Learn practical skills, build real-world projects, and advance your career
x=3
y=4
z=x+y *x
z
15
#install jovin library
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project='learn')
[jovian] Attempting to save notebook..