Skip to content

Paramjitsaikia001/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

Learning python

NOTE

  1. input() function always take string by default
  2. we need to convert it as our requirement
  3. to the values from the key in dictionary , we should use .get() function because it doesnot return error , it return "none"
  4. we cannot use dict and list in the set because they are mutable and set is immuatable
  5. super METHOD
  6. DUNDER FUNCTION

DECORETOR

  1. staticmethod
  2. classmethod

About

Learning pyhton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published