You are on page 1of 1

Sandbox My Sections Practice +  Resume  Allyssa Tan 

 New + 3.2.6 Make Some Variables! Submit + Continue Save Output Docs Assignment Grade More

main.py
main.py Run Stop
 1 name="Ally"
2 a=12 Ally
3 pew=3.14159 Ally
4 print (name) Ally
5 print (name) Ally
Ally
6 print (name)
7 print (name) 12
8 print (name) 12
12
9 print (" ") 12
10 print (a) 12
11 print (a) 12
12 print (a) 3.14159
13 print (a) 3.14159
14 print (a) 3.14159
15 print (a) 3.14159
3.14159
16 print (" ")
17 print (pew)
18 print (pew)
19 print (pew)
20 print (pew)
21 print (pew)

Creating a server... Connecting to your server... Connected.


   Basic Python and Console Interaction  3.1 3.2         3.3 3.4 3.5 3.6 3.7

You might also like