You are on page 1of 1

sbachanprasad

dhCV55m7
Language Difference between python,java,pearl and java and R
Important of indent in python
search some keyboard

When we input data then it takes as string.

Differnce between 2 and 3

1)Print
2)Input() and rawinput()
3)Integer division
4)Unicode represenataion
5)xrange()and range()---Check for difference
6)Exception
7)next and .next function

anaconda navigator and prompt


Version of prthon through CMD
Always give run as administartor

x=input("Feed the input data")


print(x)

print(x,"1")

print(x,end="1")

y=int(x)
print(y)

a=3;b=4; # """Semicolcon"""
c=b/a;
print(c)

d=5 # """No Semicolcon"""


e=7
f=d/e
print(f)
round(f,2)

range(b)
cls()

##########################22 May###############################

More information on string function


List with ascending and descending.

You might also like