#python
Read more stories on Hashnode
Articles with this tag
C1 ยท Data Types in Python - print(100) #INT print(3.14) #FLOAT print("Abhii") #STRING Here 100, 3.14, "Abhii" These are literal expressions % modulus...