Skip to content

Instantly share code, notes, and snippets.

@pralabhsaxena05
Created April 1, 2021 08:56
Show Gist options
  • Save pralabhsaxena05/f2f97890678c5cdf82bc9fa613effa7d to your computer and use it in GitHub Desktop.
Save pralabhsaxena05/f2f97890678c5cdf82bc9fa613effa7d to your computer and use it in GitHub Desktop.
name = "John"
age = 18
print(f"Hello World! My name is {name} and my age is {age}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment