Programming/python

파이썬 print()없이 출력하기

YAWP 2021. 8. 1. 07:39
728x90
반응형

 

 


import sys

sys.stdout.write("Hello Mojito")
728x90
반응형