Created
July 13, 2021 18:49
-
-
Save aniketmlk6/11c6e75a376530e133061a0968b4eca4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a = input("enter your full name: ") | |
b = int(input("enter your roll number: ")) | |
c = input("enter your field of interest: ") | |
print(f"Hey, my name is {a} and my roll number is {b}. My field of interest is {c}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment