Skip to content

ab-siddiq/python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python

  • Ctrl + / -> single line comment
  • Alt + Shift + A - docstring or multiline comment
  • f'{v}{f} => f string
  • def ar(*ar) => args which work like list
  • string and tuplle are immutable
  • list -> []
  • tuple -> ()
  • set -> {}

Back To Top ↑

About

The journey of learning python begins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages