Quick actions

cmd+k|ctrl+k

Navigation

Languages

FirstCode

Snippet info

Language

Python

Visibility

public

Author

bensruthy

Created

2026-03-09T15:31:44.613783Z

Updated

2026-03-09T15:31:44.613783Z

print("Hello World!")
name=input('enter your name: ')
print ("Hello "+name)
INFO