Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
course 2 steve sch
#python 3.5.2 PI = 3.14 print (PI) #one = 1 #two = 2 #three = 3 one, two, three = 1,2,3 print (one, two, three) print (three, two, one) print (one) print (two) print (three) decimal = 1.1 print (decimal) stringVar = "hey mom! im coding" + " 1" print (stringVar) def FunctionName(): localVar = "Im not global Im local" print (localVar) print (one) return FunctionName() Five = 3 + 2 print (Five)
run
|
edit
|
history
|
help
0
IP Network & Broadcast Address Calculator 2
PyRegFlags
Page 353 ex 42
PyClosure
square cube
Faiha - Lesson 8
teretere
Calculator
2.1.19
Faiha HW #3