Learn practical skills, build real-world projects, and advance your career
 

HELLO WORLD

Test of Jovian

print('test')
test
x = 123
y = 4455

import time
for i in range(10):
  print('sleeping')
  time.sleep(1)