본문 바로가기

Python

Python 1. code directly in the Python terminal (open)

반응형

Python 3.11.0 (main, Oct 24 2022, 18:26:48) [MSC v.1933 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+2
3
>>> print("hello world")
hello world
>>> exit()

 

'Python' 카테고리의 다른 글

comment -Python (open)  (0) 2022.11.06
2. Calculation Summary - Python (Open)  (0) 2022.11.05