The number can be very large
n = input()
print(n) #gives output in scientific notation
How to get the entire number?
PS: New to python
EDIT:
s = (input()) #100000000000000000000000000000000000000
if int(s[-1])%2 == 0:
print (2)
print (2)
print (int(s)/2) #5e+37