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

python-snippet-1

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="python-snippet-1")
number ='159'
print(type(number))
<class 'str'>