Python

You might also like

Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 3

Output=TRUE

my_variable=10
print my_variable
a=True
print a
b=1.23
print b
my_int=7
print my_int
print my_int + my_int
print my_int + my_int+b
my_float=b
print my_float
print "hello "+"python"
my_bool=False
print my_bool
my_bool=True
print my_bool

Output=False
def spam():
eggs=12
return eggs
print spam()

link
email
user name

https://www.codecademy.com/courses/introduction-to-python-6WeG3/1/1?curriculum_id=
farhansarwar27@yahoo.com
farhan sawar

G3/1/1?curriculum_id=4f89dab3d788890003000096

You might also like