Created
July 13, 2021 18:49
-
-
Save aniketmlk6/11c6e75a376530e133061a0968b4eca4 to your computer and use it in GitHub Desktop.
Revisions
-
aniketmlk6 created this gist
Jul 13, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ 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}")