Thu Jun 20 2024 17:18:20 GMT+0000 (Coordinated Universal Time)
Saved by @jkirangw
x = 0 while(x < 10){ print(x) x = x + 1 if(x == 5){ print(x) break } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments