Quick actions

cmd+k|ctrl+k

Navigation

Languages

ZeroToMastery Code

Snippet info

Language

Python

Visibility

public

Author

savikbusiness1

Created

2024-10-01T02:01:25.095089Z

Updated

2024-10-01T02:01:25.095089Z

name = 'Johnny'
age = 55

print(f'Hi {name}. You are {age} years old')
INFO