Python Cheatsheet (1)
Python Cheatsheet (1)
Aditi
B a s ic s
Basic syntax from the python programming language
we can display the content present in object using prit function as follows:-
var1 ="Aditi"
p rin t("H i my name is : " ,v a r 1 )
range Function
range function returns a sequence of numbers,eg, numbers starting from 0 to n-1 for
range(o,n)