Quick actions

cmd+k|ctrl+k

Navigation

Languages

Intro

Snippet info

Language

Python

Visibility

public

Author

akaimal04

Created

2024-12-22T00:29:56.737129Z

Updated

2024-12-22T00:29:56.737129Z

name = input("What's your name? ")
print("Hello there " + name)
INFO