Tim's Python Course
BlogGithub
1.0.0
1.0.0
  • Introduction
  • Before Start
    • 1 Getting Started
      • 1.1 Practice
      • 1.2 Quiz
      • 1.3 Discord Discussion
  • Core
    • 2 Numbers, Operators and Booleans
      • 2.1 Practice
        • Review
      • 2.2 Quiz Numbers
    • 3 Strings
      • 3.1 Practices
      • 3.2 Quiz
    • 4 Variables and Functions
    • 5 List
  • Conditions and Loops
    • Untitled
  • IO and API
    • Untitled
  • Object and Class
    • Untitled
  • Pandas Basic
    • Third Party Packages
    • Pandas Basic
      • Untitled
  • Peroration
    • Git and Dev Tools
    • Advanced Topics
    • Contact
    • Discord
    • My Blog
    • Github Repo
Powered by GitBook
On this page

Was this helpful?

  1. Before Start
  2. 1 Getting Started

1.1 Practice

practice for getting start coding in python on rep.it

Previous1 Getting StartedNext1.2 Quiz

Last updated 5 years ago

Was this helpful?

  • Run the code below (Click the Run Button), that will be your first python program.

  • Play around it.

  • main.py is the python file which stored your codes

  • the bottom part(or right part) is a Python REPL shell, feel free to play around it too, it must be in a container, you won't ruin it.

Repl.it is an online IDE.

If you found it does not work on your browser, try to re-open it at Chrome/Chromium.