Cộng đồng Hỏi & Đáp của Inflearn
format 사용부분..`
Viết
·
298
0
print('%s %s' % ('one', 'two'))
에서 오류가 뜹니다...
Traceback (most recent call last):
File "C:\python_basic\chapter02_01.py", line 31, in <module>
Print()
NameError: name 'Print' is not defined
python





