Sun Jul 28 2024 14:05:57 GMT+0000 (Coordinated Universal Time)
Saved by @hacktivist
a, b, c = 5, 3.2, 'Hello' print (a) # prints 5 print (b) # prints 3.2 print (c) # prints Hello
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments