Skip to content

Instantly share code, notes, and snippets.

@River2056
Created September 16, 2020 05:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save River2056/dc8584453bc3c6446a46e859e54c2ef2 to your computer and use it in GitHub Desktop.
Save River2056/dc8584453bc3c6446a46e859e54c2ef2 to your computer and use it in GitHub Desktop.
name = 'Kevin'
age = 28
job = 'Software Developer'
hobby = 'coding'
line = f'Hi there, I am {name}, {age} years old. Currently working as a {job}, my hobby is {hobby}'
print(line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment