Quick actions

cmd+k|ctrl+k

Navigation

Languages

Stdin example python

Snippet info

Language

Python

Visibility

public

Author

petter

Created

2016-05-22T15:29:50Z

Updated

2016-05-22T15:29:50Z

print(input("Input 1: "))
print(input("Input 2: "))
print(input("Input 3: "))
INFO