SlideShare a Scribd company logo
PA – Strings,
Numbers and Print
Python
Basics
• Types of data
• Strings (str)
• Numbers (int, float)
• Program:
Print your data
Print your data
Python Basics
• Types of data
• Strings
• Numbers
Vs
String vs Number
Vs
Try the below: what did you find out?
Convert a string to a number (integer)
Convert a string to a number (decimal)
Convert a number to a string
Print a string and a number in a sentence
Print a string and a number in a sentence
Operators in python
Operator Syntax Description
Sum + Adds two numbers (or) strings
Subtraction - Only numbers
Product * Product of numbers, repetition of strings
Division / Division between numbers
Modulo % Remainder of division between two numbers
Power ** Power of one number over another
http://aiclub.world

More Related Content

PPTX
Intellectual technologies
PPTX
Unsupervised Learning: Clustering
PPTX
Asymmetric Tri-training for Unsupervised Domain Adaptation
PPTX
Data Analysis packages
PPT
Fp growth algorithm
PPTX
Ds stack & queue
PDF
Lecture 5
PDF
Lo18
Intellectual technologies
Unsupervised Learning: Clustering
Asymmetric Tri-training for Unsupervised Domain Adaptation
Data Analysis packages
Fp growth algorithm
Ds stack & queue
Lecture 5
Lo18

What's hot (7)

PPTX
Algorithms Intro Lecture
PDF
Assignment in java
PDF
Data Structures 01
PPTX
Python Programming | JNTUA | UNIT 3 | Strings |
PPT
Survey on Frequent Pattern Mining on Graph Data - Slides
PPTX
Essential NumPy
PDF
Improved Query Performance With Variant Indexes - review presentation
Algorithms Intro Lecture
Assignment in java
Data Structures 01
Python Programming | JNTUA | UNIT 3 | Strings |
Survey on Frequent Pattern Mining on Graph Data - Slides
Essential NumPy
Improved Query Performance With Variant Indexes - review presentation
Ad

More from aiclub_slides (20)

PPTX
Linear regression middleschool
PPTX
Pa2 project template
PPTX
Knn intro advanced_middleschool
PPTX
M1 regression metrics_middleschool
PPTX
Pa1 json requests
PPTX
Mnist images
PPTX
Mnist images
PPTX
Ai in real life face detection
PPTX
PPTX
Res net high level intro
PPTX
Neural networks and flattened images
PPTX
What is a_neural_network
PPTX
How neural networks learn part iii
PPTX
Introduction to deep learning image classification
PPTX
Accuracy middleschool
PPTX
Introduction to classification_middleschool
PPTX
Introduction to the cloud
PPTX
Basics of data
PPTX
Ai basics
PPTX
Ai lifecycle and navigator
Linear regression middleschool
Pa2 project template
Knn intro advanced_middleschool
M1 regression metrics_middleschool
Pa1 json requests
Mnist images
Mnist images
Ai in real life face detection
Res net high level intro
Neural networks and flattened images
What is a_neural_network
How neural networks learn part iii
Introduction to deep learning image classification
Accuracy middleschool
Introduction to classification_middleschool
Introduction to the cloud
Basics of data
Ai basics
Ai lifecycle and navigator
Ad

Recently uploaded (20)

PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Classroom Observation Tools for Teachers
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Yogi Goddess Pres Conference Studio Updates
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
master seminar digital applications in india
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Computing-Curriculum for Schools in Ghana
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PPTX
GDM (1) (1).pptx small presentation for students
DOC
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Classroom Observation Tools for Teachers
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Yogi Goddess Pres Conference Studio Updates
2.FourierTransform-ShortQuestionswithAnswers.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
master seminar digital applications in india
Supply Chain Operations Speaking Notes -ICLT Program
Computing-Curriculum for Schools in Ghana
Final Presentation General Medicine 03-08-2024.pptx
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Microbial disease of the cardiovascular and lymphatic systems
Orientation - ARALprogram of Deped to the Parents.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Chinmaya Tiranga quiz Grand Finale.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF
GDM (1) (1).pptx small presentation for students
Soft-furnishing-By-Architect-A.F.M.Mohiuddin-Akhand.doc

Strings numbers prints