python

python print

희자님 2017. 9. 24. 18:15

python 2버전 print


print "Must provide a password"

python 3버전 print



print (Must provide a password)