Quick actions

cmd+k|ctrl+k

Navigation

Languages

My first app

Snippet info

Language

Python

Visibility

public

Author

smithurban58

Created

2026-06-11T05:45:49.887581Z

Updated

2026-06-11T06:05:41.581496Z

name = input("what is your name?")
print("hellooo" + name)
INFO