print("Hello,!") print("Welcome Your's in crackcoderrank"); Run Code
Hello,!
a=input('Enter the Number: ') print(a) b=int(input("Enter the the number: ")) print(b) Run Code
Enter the the number: 20
a = 3 b = 6 c = 4 print(a) print(b) print(c) Run Code
3 6
4
Post a Comment
No comments:
Post a Comment