Quick actions

cmd+k|ctrl+k

Navigation

Languages

20191102

Snippet info

Language

Python

Visibility

public

Author

th.kim8114

Created

2019-11-02T04:03:43Z

Updated

2019-11-02T04:03:43Z

text ='''파이썬 프로그래밍'''
print(text)
w = 1+2+3+4+\
10
print(w)
INFO