Python

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

◀ ▷ ▶ ♤ ♠ ♡ ♥ ♧ ♣ ⊙e 2022. 11. 3. 21:01
반응형

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()