Saturday, June 21, 2025

Python Complete code series


See video - Go to channel

 Code :

print("hello phpecho", 8+9)
print("Hello", 4*8)

No comments:

Post a Comment

Variable , Assign multiple variable in python with short program

  See video -  Go to video Code : # variable x = 7 y = 5 z = 9 print ( x + y + z ) #assign multiple variable x , y , z = "hello...