Python Basic Quiz #1 – About Python
A basic 3 questions quick quiz on Python.
Read moreA basic 3 questions quick quiz on Python.
Read moreUser Input: Input(message) function waits for an input from user. Input function always takes in a string data type value
Read moreVariable names, function names, class-method names: Use lower case words separated by underscore. Class Name: Each word starts with Capital
Read moreEach variable must be categorized into a type of value. Based on the type, the variable will be used for
Read moreSpaces and Colons: As we already seen in Python Introduction that Python is basically invented for simplicity and easy of
Read moreThere are 2 ways to install Python. 1. Install Python directly. To install python, go to the below link: https://www.python.org/downloads/
Read more