Space bar. Tutorial to guide you through your first Python program! Vocabulary(3 terms): Data Type- classification of data items There are multiple data types in Python that will be explained in later tutorials Syntax- set of rules the determine how the computer will understand your program This means that you need to write your code in a certain way or the computer won't understand your program String- is a collection of alphabets, words or other characters
Repl.it: https://replit.com/ History: Python is a widely used general-purpose, high-level programming language. It was initially designed by Guido van Rossum in 1991 and developed by Python Software Foundation. It was mainly developed for emphasis on code readability, and its syntax allows programmers to express concepts in fewer lines of code. #tutorials