Learn practical skills, build real-world projects, and advance your career
# This is a test notebook
a = 2
b = 3
c = a + b

c
5
# Save to Jovian

import jovian

jovian.commit()
[jovian] Attempting to save notebook..