Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 13, 2021 18:49
Show Gist options
  • Save aniketmlk6/11c6e75a376530e133061a0968b4eca4 to your computer and use it in GitHub Desktop.
Save aniketmlk6/11c6e75a376530e133061a0968b4eca4 to your computer and use it in GitHub Desktop.
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