Demonstrating Integers in Python

PHOTO EMBED

Wed Aug 02 2023 14:12:46 GMT+0000 (Coordinated Universal Time)

Saved by @pythonHub #python #python-hub #basics

print(1)
print(1,1)
print(type(1))
#And so on.
content_copyCOPY