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

Revision:

  • How to clone my notebook on your pc.
  • Why jupyter notebook.
  • numbers
  • strings
  • list
  • tuples
  • operators
  • how to commit and submit your notebook.

Today:

  • Methods and functions
  • different methods in Numbers,List and String.
  • Decision making
  • Loop
  • Pycharm

jovian clone manavkhadka0/lecture-02-class
Submit your assignment here
Instagram
Facebook

a = 5
type(a)
print(type(a))
print(dir(int))