Python is a high-level, interpreted programming language known for its simplicity and readability. It is widely used in web development, data science, machine learning, automation, and more.
Key Features of Python:
Python is a general purpose programming language that can be used for both programming and scripting. It was created in the 1990s by Guido van Rossum who named it after the Monty Python comedy troupe. People use Python for a variety of tasks due to its readability, object-oriented capabilities, extensive libraries, and ability to integrate with other languages. To run Python code, it must first be compiled into bytecode which is then interpreted by the Python virtual machine.
Python is a widely used programming language that offers several unique features and advantages compared to languages like Java and C++. Our Python tutorial thoroughly explains Python basics and advanced concepts, starting with installation, conditional statements, loops, built-in data structures, Object-Oriented Programming, Generators, Exception Handling, Python RegEx, and many other concepts. This tutorial is designed for beginners and working professionals.
Python is a general purpose programming language that can be used for both programming and scripting. It was created in the 1990s by Guido van Rossum to address the need for a higher level language in the Amoeba operating system project. Python is widely used today for web development, science, system administration, and more due to its readability, object orientation, powerful libraries, and portability across operating systems. To use Python, one installs an IDE like Python 2.7 and then writes and runs code either in the Python command line or IDE.
Python tutorial for beginners - Tib academyTIB Academy
Get python training through simple tutorial from TIB Academy, through this python tutorial you can lean more topics of python. you can download python tutorial free as PPT
This document provides an overview of the Python programming language, including its history, uses, and key features. It discusses how Python is both a programming language and a scripting language. The document also covers installing Python, examples of companies that use Python, a sample Python code, and how to execute Python code.
Python is a general purpose programming language that can be used for both programming and scripting. It was created in the late 1980s by Guido van Rossum to address the limitations of other languages at the time. Python code is first compiled to bytecode, which is then executed by the Python Virtual Machine. It is an easy to use, powerful, and portable language employed by many major companies for web development, system administration, science, and more.
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
Here are the answers to your questions:
1. Python was created by Guido Van Rossum.
2. Yes, Python is an object-oriented programming language.
3. As a high level interpreted language, Python code is compiled into bytecode that is then interpreted by the Python runtime system. This makes Python code easier for humans to read and write.
4. Cross-platform means Python code can run on multiple operating systems like Windows, Linux, MacOS without any changes.
5. As a free and open source language, anyone can use, modify and distribute Python without paying any license fees. The source code is openly available.
6. In interactive mode, Python code is executed line by
The document provides an overview of the Python programming language, outlining that it is an interpreted, high-level and general-purpose language used across many domains with a large standard library and is open source; it also discusses Python's features such as being object-oriented, portable across platforms, powerful through libraries like NumPy and SciPy, and how it is used widely in industries like Google, YouTube, and more. The course covers Python application programming with details on credits, exam structure, what Python is, how it runs, popular IDEs, and its uses in different engineering branches.
What is Python…?
Differences between program and scripting language
History of Python
Scope of Python
What can I do with python
Who uses python today
Why do people use Python?
Installing Python IDE
A Sample Code
Python code execution
Running Python
Python Basic(Variable, Strings, Data types etc.)
session5-Getting stated with Python.pdfAyushDutta32
Python is a high-level, general-purpose programming language. The document provides information on getting started with Python including:
- Python was created by Guido van Rossum in 1991 and focuses on code readability.
- It is widely used by organizations for tasks like web development, data analysis, AI, and scientific computing due to features like being interactive, modular, dynamic, and having a large standard library.
- Common Python interpreters include CPython, IronPython, Jupyter, and popular IDEs are Spyder, PyCharm, and Visual Studio Code. The document also discusses Python modes like script and interactive mode and provides examples of creating a basic "Hello World" Python program.
Python is an interpreted, object-oriented programming language created by Guido van Rossum in 1991. It can be used for a variety of tasks like web development, data analysis, scientific computing, and more. Some key reasons for its popularity include being free and open source, having a large standard library, being portable, supporting both object-oriented and procedural programming, and having an easy-to-read syntax.
Python is a high-level, general-purpose programming language that is easy to learn and widely used. It can be used for both procedural and object-oriented programming. Python code is executed by the Python interpreter rather than being compiled into machine code. It supports multiple programming paradigms like procedural, object-oriented, and functional programming. Common uses of Python include web development, data analysis, scientific computing, and software testing.
SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL
Python is a high-level, general-purpose, interpreted programming language. It is easy to learn, simple to use, and has a large standard library. Python can be used for web development, data analysis, scientific computing, and more. Key features of Python include being object-oriented, open source, portable, and having a simple syntax resembling common English.
This document provides an overview of the Python programming language. It discusses that Python is an interpreted, high-level, general-purpose programming language created by Guido van Rossum in 1991. It is commonly used for web development, software development, data science, and more. The document then covers Python syntax, basic programming concepts like variables and data types, and how to set up a Python environment and write simple Python programs.
Python is a popular, high-level programming language used for web development, software development, data science, and more. It can be used to build both simple scripting programs as well as large-scale applications. Key characteristics of Python include being dynamically typed, having automatic memory management, and using indentation to define code blocks rather than curly braces. Python supports procedural, object-oriented, and functional programming styles and has a large standard library.
Python is a popular, high-level programming language used for web development, software development, data science, and more. It can be used to build both simple scripting programs as well as large-scale applications. Key characteristics of Python include being dynamically typed, having automatic memory management, and using indentation to define code blocks rather than curly braces. Python supports procedural, object-oriented, and functional programming styles and has a large standard library.
This document introduces Python by discussing what it is, its features, applications, and how to download, install, and run Python programs. Python is a popular, general-purpose programming language that is easy to learn, cross-platform, open-source, and supports both object-oriented and procedural programming. It can be used for tasks like web development, GUI applications, and data analysis.
This document provides an introduction to Python programming. It discusses the basics of Python including its history, features, execution process, data types, operators, control flow statements, errors, and programming paradigms. It also describes different flavors of Python like CPython, Jython, IronPython, PyPy and their usage. The document aims to help students understand the fundamentals of Python programming.
Python was created in the late 1980s by Guido van Rossum. The first version was released in 1991. It is derived from the ABC language. Python is an interpreted, object-oriented scripting language that is portable, easy to read and maintain. It has a large standard library and supports GUI, web and database applications. Major versions include Python 2.7 and Python 3.0 which introduced changes like print becoming a function. Python is widely used in areas like web development, science, education and software development.
Introduction to Python – Learn Python Programming.pptxHassanShah396906
This document provides an introduction to the Python programming language. It discusses what Python is, why it is called Python, its history, why one should learn Python, its applications, architecture and working, and key constructs like functions, classes, modules, and packages. Python is an interpreted, object-oriented programming language that is easy to read and can be used for a wide range of tasks from building websites to data analysis to artificial intelligence.
4_Introduction to Python Programming.pptxGnanesh12
This document provides an introduction to Python programming. It discusses the fundamentals of computing and problem solving, including algorithms and pseudocodes. It then describes the history and development of the Python programming language. Key features of Python like being easy to learn, cross-platform, and having a large standard library are outlined. Different modes of running Python like interactive and script modes are explained. Finally, it covers basic Python concepts like data types, values, variables, and statements.
Introduction to Python Programming language.pptxBharathYusha1
This document provides an introduction to the Python programming language. It discusses what Python is, how to install Python, and the two main ways to run Python programs: using an interactive interpreter prompt or script mode. It explains that Python is an object-oriented, high-level, interpreted programming language created in 1989 that supports multiple programming paradigms and can be used for a variety of applications. The document also provides steps for downloading, installing, and using Python on Windows systems.
Python is a high-level, general-purpose programming language that can be used for a wide variety of applications including web development, data science, machine learning, and more. It was created in the 1990s by Guido van Rossum and is an interpreted, object-oriented language that is free and open source. People use Python because it is powerful yet easy to code in, has a large standard library, is portable across platforms, and supports both procedural and object-oriented programming. Common applications of Python include web development, data science, game development, automation, and desktop applications.
This chapter provides an in-depth overview of the viscosity of macromolecules, an essential concept in biophysics and medical sciences, especially in understanding fluid behavior like blood flow in the human body.
Key concepts covered include:
✅ Definition and Types of Viscosity: Dynamic vs. Kinematic viscosity, cohesion, and adhesion.
⚙️ Methods of Measuring Viscosity:
Rotary Viscometer
Vibrational Viscometer
Falling Object Method
Capillary Viscometer
🌡️ Factors Affecting Viscosity: Temperature, composition, flow rate.
🩺 Clinical Relevance: Impact of blood viscosity in cardiovascular health.
🌊 Fluid Dynamics: Laminar vs. turbulent flow, Reynolds number.
🔬 Extension Techniques:
Chromatography (adsorption, partition, TLC, etc.)
Electrophoresis (protein/DNA separation)
Sedimentation and Centrifugation methods.
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
Here are the answers to your questions:
1. Python was created by Guido Van Rossum.
2. Yes, Python is an object-oriented programming language.
3. As a high level interpreted language, Python code is compiled into bytecode that is then interpreted by the Python runtime system. This makes Python code easier for humans to read and write.
4. Cross-platform means Python code can run on multiple operating systems like Windows, Linux, MacOS without any changes.
5. As a free and open source language, anyone can use, modify and distribute Python without paying any license fees. The source code is openly available.
6. In interactive mode, Python code is executed line by
The document provides an overview of the Python programming language, outlining that it is an interpreted, high-level and general-purpose language used across many domains with a large standard library and is open source; it also discusses Python's features such as being object-oriented, portable across platforms, powerful through libraries like NumPy and SciPy, and how it is used widely in industries like Google, YouTube, and more. The course covers Python application programming with details on credits, exam structure, what Python is, how it runs, popular IDEs, and its uses in different engineering branches.
What is Python…?
Differences between program and scripting language
History of Python
Scope of Python
What can I do with python
Who uses python today
Why do people use Python?
Installing Python IDE
A Sample Code
Python code execution
Running Python
Python Basic(Variable, Strings, Data types etc.)
session5-Getting stated with Python.pdfAyushDutta32
Python is a high-level, general-purpose programming language. The document provides information on getting started with Python including:
- Python was created by Guido van Rossum in 1991 and focuses on code readability.
- It is widely used by organizations for tasks like web development, data analysis, AI, and scientific computing due to features like being interactive, modular, dynamic, and having a large standard library.
- Common Python interpreters include CPython, IronPython, Jupyter, and popular IDEs are Spyder, PyCharm, and Visual Studio Code. The document also discusses Python modes like script and interactive mode and provides examples of creating a basic "Hello World" Python program.
Python is an interpreted, object-oriented programming language created by Guido van Rossum in 1991. It can be used for a variety of tasks like web development, data analysis, scientific computing, and more. Some key reasons for its popularity include being free and open source, having a large standard library, being portable, supporting both object-oriented and procedural programming, and having an easy-to-read syntax.
Python is a high-level, general-purpose programming language that is easy to learn and widely used. It can be used for both procedural and object-oriented programming. Python code is executed by the Python interpreter rather than being compiled into machine code. It supports multiple programming paradigms like procedural, object-oriented, and functional programming. Common uses of Python include web development, data analysis, scientific computing, and software testing.
SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL SAMCSCMLA SCACLSALS CS L LSLSL
Python is a high-level, general-purpose, interpreted programming language. It is easy to learn, simple to use, and has a large standard library. Python can be used for web development, data analysis, scientific computing, and more. Key features of Python include being object-oriented, open source, portable, and having a simple syntax resembling common English.
This document provides an overview of the Python programming language. It discusses that Python is an interpreted, high-level, general-purpose programming language created by Guido van Rossum in 1991. It is commonly used for web development, software development, data science, and more. The document then covers Python syntax, basic programming concepts like variables and data types, and how to set up a Python environment and write simple Python programs.
Python is a popular, high-level programming language used for web development, software development, data science, and more. It can be used to build both simple scripting programs as well as large-scale applications. Key characteristics of Python include being dynamically typed, having automatic memory management, and using indentation to define code blocks rather than curly braces. Python supports procedural, object-oriented, and functional programming styles and has a large standard library.
Python is a popular, high-level programming language used for web development, software development, data science, and more. It can be used to build both simple scripting programs as well as large-scale applications. Key characteristics of Python include being dynamically typed, having automatic memory management, and using indentation to define code blocks rather than curly braces. Python supports procedural, object-oriented, and functional programming styles and has a large standard library.
This document introduces Python by discussing what it is, its features, applications, and how to download, install, and run Python programs. Python is a popular, general-purpose programming language that is easy to learn, cross-platform, open-source, and supports both object-oriented and procedural programming. It can be used for tasks like web development, GUI applications, and data analysis.
This document provides an introduction to Python programming. It discusses the basics of Python including its history, features, execution process, data types, operators, control flow statements, errors, and programming paradigms. It also describes different flavors of Python like CPython, Jython, IronPython, PyPy and their usage. The document aims to help students understand the fundamentals of Python programming.
Python was created in the late 1980s by Guido van Rossum. The first version was released in 1991. It is derived from the ABC language. Python is an interpreted, object-oriented scripting language that is portable, easy to read and maintain. It has a large standard library and supports GUI, web and database applications. Major versions include Python 2.7 and Python 3.0 which introduced changes like print becoming a function. Python is widely used in areas like web development, science, education and software development.
Introduction to Python – Learn Python Programming.pptxHassanShah396906
This document provides an introduction to the Python programming language. It discusses what Python is, why it is called Python, its history, why one should learn Python, its applications, architecture and working, and key constructs like functions, classes, modules, and packages. Python is an interpreted, object-oriented programming language that is easy to read and can be used for a wide range of tasks from building websites to data analysis to artificial intelligence.
4_Introduction to Python Programming.pptxGnanesh12
This document provides an introduction to Python programming. It discusses the fundamentals of computing and problem solving, including algorithms and pseudocodes. It then describes the history and development of the Python programming language. Key features of Python like being easy to learn, cross-platform, and having a large standard library are outlined. Different modes of running Python like interactive and script modes are explained. Finally, it covers basic Python concepts like data types, values, variables, and statements.
Introduction to Python Programming language.pptxBharathYusha1
This document provides an introduction to the Python programming language. It discusses what Python is, how to install Python, and the two main ways to run Python programs: using an interactive interpreter prompt or script mode. It explains that Python is an object-oriented, high-level, interpreted programming language created in 1989 that supports multiple programming paradigms and can be used for a variety of applications. The document also provides steps for downloading, installing, and using Python on Windows systems.
Python is a high-level, general-purpose programming language that can be used for a wide variety of applications including web development, data science, machine learning, and more. It was created in the 1990s by Guido van Rossum and is an interpreted, object-oriented language that is free and open source. People use Python because it is powerful yet easy to code in, has a large standard library, is portable across platforms, and supports both procedural and object-oriented programming. Common applications of Python include web development, data science, game development, automation, and desktop applications.
This chapter provides an in-depth overview of the viscosity of macromolecules, an essential concept in biophysics and medical sciences, especially in understanding fluid behavior like blood flow in the human body.
Key concepts covered include:
✅ Definition and Types of Viscosity: Dynamic vs. Kinematic viscosity, cohesion, and adhesion.
⚙️ Methods of Measuring Viscosity:
Rotary Viscometer
Vibrational Viscometer
Falling Object Method
Capillary Viscometer
🌡️ Factors Affecting Viscosity: Temperature, composition, flow rate.
🩺 Clinical Relevance: Impact of blood viscosity in cardiovascular health.
🌊 Fluid Dynamics: Laminar vs. turbulent flow, Reynolds number.
🔬 Extension Techniques:
Chromatography (adsorption, partition, TLC, etc.)
Electrophoresis (protein/DNA separation)
Sedimentation and Centrifugation methods.
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schoolsdogden2
Algebra 1 is often described as a “gateway” class, a pivotal moment that can shape the rest of a student’s K–12 education. Early access is key: successfully completing Algebra 1 in middle school allows students to complete advanced math and science coursework in high school, which research shows lead to higher wages and lower rates of unemployment in adulthood.
Learn how The Atlanta Public Schools is using their data to create a more equitable enrollment in middle school Algebra classes.
Link your Lead Opportunities into Spreadsheet using odoo CRMCeline George
In Odoo 17 CRM, linking leads and opportunities to a spreadsheet can be done by exporting data or using Odoo’s built-in spreadsheet integration. To export, navigate to the CRM app, filter and select the relevant records, and then export the data in formats like CSV or XLSX, which can be opened in external spreadsheet tools such as Excel or Google Sheets.
Title: A Quick and Illustrated Guide to APA Style Referencing (7th Edition)
This visual and beginner-friendly guide simplifies the APA referencing style (7th edition) for academic writing. Designed especially for commerce students and research beginners, it includes:
✅ Real examples from original research papers
✅ Color-coded diagrams for clarity
✅ Key rules for in-text citation and reference list formatting
✅ Free citation tools like Mendeley & Zotero explained
Whether you're writing a college assignment, dissertation, or academic article, this guide will help you cite your sources correctly, confidently, and consistent.
Created by: Prof. Ishika Ghosh,
Faculty.
📩 For queries or feedback: [email protected]
Understanding P–N Junction Semiconductors: A Beginner’s GuideGS Virdi
Dive into the fundamentals of P–N junctions, the heart of every diode and semiconductor device. In this concise presentation, Dr. G.S. Virdi (Former Chief Scientist, CSIR-CEERI Pilani) covers:
What Is a P–N Junction? Learn how P-type and N-type materials join to create a diode.
Depletion Region & Biasing: See how forward and reverse bias shape the voltage–current behavior.
V–I Characteristics: Understand the curve that defines diode operation.
Real-World Uses: Discover common applications in rectifiers, signal clipping, and more.
Ideal for electronics students, hobbyists, and engineers seeking a clear, practical introduction to P–N junction semiconductors.
GDGLSPGCOER - Git and GitHub Workshop.pptxazeenhodekar
This presentation covers the fundamentals of Git and version control in a practical, beginner-friendly way. Learn key commands, the Git data model, commit workflows, and how to collaborate effectively using Git — all explained with visuals, examples, and relatable humor.
How to Manage Opening & Closing Controls in Odoo 17 POSCeline George
In Odoo 17 Point of Sale, the opening and closing controls are key for cash management. At the start of a shift, cashiers log in and enter the starting cash amount, marking the beginning of financial tracking. Throughout the shift, every transaction is recorded, creating an audit trail.
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. The current case count is 795 from Texas, New Mexico, Oklahoma, and Kansas. 95 individuals have required hospitalization, and 3 deaths, 2 children in Texas and one adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003.
The YSPH Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources – including status reports, maps, news articles, and web content– into a single, easily digestible document that can be widely shared and used interactively. Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The “unlocked" format enables other responders to share, copy, and adapt seamlessly. The students learn by doing, quickly discovering how and where to find critical information and presenting it in an easily understood manner.
Real GitHub Copilot Exam Dumps for SuccessMark Soia
Download updated GitHub Copilot exam dumps to boost your certification success. Get real exam questions and verified answers for guaranteed performance
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsesushreesangita003
what is pulse ?
Purpose
physiology and Regulation of pulse
Characteristics of pulse
factors affecting pulse
Sites of pulse
Alteration of pulse
for BSC Nursing 1st semester
for Gnm Nursing 1st year
Students .
vitalsign
How to Customize Your Financial Reports & Tax Reports With Odoo 17 AccountingCeline George
The Accounting module in Odoo 17 is a complete tool designed to manage all financial aspects of a business. Odoo offers a comprehensive set of tools for generating financial and tax reports, which are crucial for managing a company's finances and ensuring compliance with tax regulations.
2. What is Python..?
• Python is a general purpose programming language
that is often applied in scripting roles.
• So, Python is programming language as well as
scripting language.
• Python is also called as Interpreted language
3. Difference Between Program and scripting language
Program
• A program is executed (i.e. the
source is first compiled, and the
result of that compilation is
expected)
• A program in general, is a sequence
of instructions written so that a
computer can perform certain task.
Scripting
• A script is interpreted.
• A script is code written in a scripting
language. A scripting language is
nothing but a type of programming
language in which we can write code
to control another software
application.
4. History
• Invented in the Netherlands, early
90s by Guido van Rossum.
• Python was conceived in the late
1980s and its implementation was
started in December 1989.
• Guido Van Rossum is fan of ‘Monty
Python’s Flying Circus’, this is a
famous TV show in Netherlands.
• Named after Monty Python.
• Open sourced from the beginning.
6. What can I do with Python…?
• System
programming.
• Graphical User
Interface
Programming
• Internet Scripting
• Component
Integration
• Database
Programming
• Gaming, Images,
XML , Robot and
more.
7. Why do
people
use
Python?
The following primary factors cited by Python users seem to be these:
Python is object-oriented
Structure supports such concepts as polymorphism,
operation overloading, and multiple inheritance.
It's free (open source)
Downloading and installing Python is free and easy Source
code is easily accessible.
It's powerful
- Dynamic typing
- Built-in types and tools
- Library utilities
- Third party utilities (e.g. Numeric, NumPy, SciPy)
- Automatic memory management
It's portable
- Python runs virtually every major platform used today
- As long as you have a compatible Python interpreter
installed, Python programs will run in exactly the same
manner, irrespective of platform.
8. Enough to Understand the Code
Indentation matters to code meaning
- Block structure indicated by indentation
First assignment to a variable creates it
- Variable types don’t need to be declared.
- Python figures out the variable types on its own.
Assignment is = and comparison is ==
For numbers + - * / % are as expected
- Special use of + for string concatenation and % for string formatting (as in C’s printf)
Logical operators are words (and, or, not) not symbols.
The basic printing command is print
9. Python Code Execution
Python’s traditional runtime
execution model: source code you
type is translated to byte code,
which is then run by the Python
Virtual Machine. Your code is
automatically compiled, but then
it is interpreted.
Source code extension is .py
Byte code extension is .pyc
(compiled python code)
10. Running Python
Once you're inside the Python interpreter, type in
commands at will.
Examples:
>>> print 'Hello world’
Hello world
# Relevant output is displayed on subsequent lines
without the >>> symbol
>>> x = [0,1,2]
# Quantities stored in memory are not displayed by
default
>>> x
# If a quantity is stored in memory, typing its name
will display it [0,1,2]
>>> 2+3
5
11. A Sample Code
X= 34-23 #A comment.
Y=“Hello” #Another one.
Z=3.45
If z==3.45 or Y==“Hello”:
X=X+1
Y=Y+ “World” #String Concat.
print X
print Y