Methods :
1) simple int input:
m = int(input())
2) taking multiple input in one line:
m,n = input().split()
3) taking
0 Comments