Skip to content

mayurwrites/demo-12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Programming Languages

Interpreted Language

Python

Python is invented in 1994 by Guido Van Rossum. It is an interpreted and typesafe language.1


Features:

  • Multiline editing with history preservation
  • structural typing
  • Prompts and tracebacks with color enabled by default.

Two important steps you need to follow:

  1. Add python to the environment
  2. Python
  3. Source the .bashrc file

Check whether python is properly set or not:

print("Hello")

NOTE: You should only one type of spacing for indentation: space or tab.

Footnotes

  1. Typesafe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published