Quick actions

cmd+k|ctrl+k

Navigation

Languages

My First Python App

Snippet info

Language

Python

Visibility

public

Author

testeverything

Created

2025-11-05T07:52:32.494433Z

Updated

2025-11-05T07:52:32.494433Z

name = input('What is your name? ')
print('heeellloooo ' + name)
INFO