Skip to content

DamanVirdiNITK/BasicPython

Repository files navigation

BasicPython

How to open JUPYTER NOTEBOOK from the folder it is saved inimage

  1. Select the address bar (where your python file is saved)
  2. Type cmd
  3. When cmd opens, type "jupyter notebook"

Summary

  1. Int
  2. Float
  3. String '' Ordered Immutable
  4. List [] ordered Mutable
  5. Tuple () Ordered Immutable
  6. Dictionary {} Unordered Mutable
  7. Sets {} Unordered Mutable
  8. Boolean True, False

To check the datatype of a variable type(varName)

Text Type : str Numeric Type : int, float, complex Sequence Type : list, tuple, range Mapping Type : dict Set Type : set, frozenset Boolean Type : bool Binary Type : bytes, bytesarray, memoryview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published