Skip to content

Instantly share code, notes, and snippets.

@aniketmlk6
Created July 13, 2021 18:49
Show Gist options
  • Select an option

  • Save aniketmlk6/11c6e75a376530e133061a0968b4eca4 to your computer and use it in GitHub Desktop.

Select an option

Save aniketmlk6/11c6e75a376530e133061a0968b4eca4 to your computer and use it in GitHub Desktop.

Revisions

  1. aniketmlk6 created this gist Jul 13, 2021.
    4 changes: 4 additions & 0 deletions input1.py
    Original 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}")