Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
22 views
Python Coding's
computing body mass index using python
Uploaded by
arunkumaran3499
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Python coding's For Later
Download
Save
Save Python coding's For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
22 views
Python Coding's
computing body mass index using python
Uploaded by
arunkumaran3499
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Python coding's For Later
Carousel Previous
Carousel Next
Save
Save Python coding's For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 11
Search
Fullscreen
le vy Computing Body Hass iolex HSK leop Sbrnotures while £ For loo p. We can Cateulate the Body Hass inclex (BHI) ‘Msing beth while £ for loops in py ton, Using a while loop | # Prompt the user for weight in Kilograms ana [height tn mebers, —wetght = float (input ("Enter your weight tw Kilograns:")) height = float (input ("6x tor your hetght in meters : ")) H Cateutate BML using avwbele loop tohele hetght <==0 print (" Hetghb must be greater Ran 0,") height = Ploat Caputl" Enter your hedght mm meters") bmi = weight /Chergnt **2) # Dis play the calculated BMI print ("Your @Mt is 1" bmi)my a for loop: #Prompt the user for woeig ht m kilograms andl hety ht : in meters weight = float Cinpat (Enter Your weight in Kiley rams s")) | height a float (input ("Enter Your height in meters) ")) | # Valtctate hetght ustag a for l OP hele hetght <=0:; Print (8 Hetght must be greater Han 0, wy | hetght < bloat Comput O"Exter Your hetght in meters :")) | # Coloulate But using a dor loop bmi s wetght (he tght *K 9) # Display the catoulatedt BMT | Print C" Your ReL ts! bmi) | Buteut lasing awhele loop) | | Eater your weight tm Kilograns + 70 “i , UTS Enter your height én meters 3 Your But ts 122.857Tee ee ee @ Butput (using a for boop) Enter Jour weighb in kilograms: 70 Enter your herghf hk meters » 7S Your BMt ts) 99. @57 2} Write clown the Operators in Py Mon Prog ras ming Py thon haa two numerte ty pes- Integers land floating-point numbers - for working with Re operators temp, Re | The information stored tn eucoren tes ts | genoratect referred ts as data. There are twe types OF mumerie datas integers and real numbers. Integers | types (iat for short) ore for representing whole numbers, | Real types for represonthy numbers wik a preotional part. Snaide Re computer, hese tuo types of dat jare Stored Arprerentl , and %, y Real numbers are represented | as floating ~point values. A number that has deormal | point ts afloat even if tts fraction) part es a | For example Ud tsa Bloat, but Cts an | inbeger, These two numbers are stored Aipberently [in he computer.ia Jor numeric date types includan The opera Re standard arithmetic operators ae shown below, Dumerva Operators Example Result + | Addition Baal | 85 = =| Subtraction | 340-01 33.9 | | te | Maltiplication : an €20 2000 | | 1 | Float Division V2 | Os a | | Snteger 4 Diviston| le | oO | ke Excponenti ration | 4 EK o's 1 20 | | % 7 Tae mectnal er | 20% 2 | The +,- anol * operators are Strarght ‘forward but note Rat Be a and- operators dan ‘be beth unary anol binary , A unary eperator has | oh only eno operand + a binary operator has two, Fer example , | The- operator nW-S hs unary eperater | ite negate He number 5, whereas the operator im A-S ds 5 fromh, oO binary operator for subtracting@_ ts, 3] Prawing Vertors shapes sith Colors and Fon mere pen control Set Colora anol Pow: \Contrett A turtle ehject contains Ke meMeds for setting Colours and 2 anak acirele fy ay fonts. This section introduces mMeKeds and shows you how te ts and write tent, The below table lists Re pen methods for 9 Araoing, color and filling. A ample Nangle, Spare, & pentagon ferent colors as Sheusn lin fegure, The Program alse add text te Ro Areusing, Turtle Pon Color, Felting anol Drowtng Helos pr Pell Method turtle . celer (o> | turtle. beyinfill €> | ahr turtle. ond fell | (ee | turtle, filleolor (2) : | FUE Ke shapes jtartle-fllage> | Returns he pill otakes Gao lf “turtle. ClearC) Description _ Sete Ke pen color, druon before Re | | last call te begin fill, Filling , False if not filling, Clears Re windew, The state acl ihe position of he turtle not affecfeat. |Fe | MeMed turtle. reset 0) ' Desertption clears Re yoindous and reset Re State and the position to the ovighel defautt value. | ————} ———————— 4 | forte. Soreensize(y, i) Sete fe widlththeight of Bocere eer es ere ce | turtle. hide turtle 0) Makes Ke turtle invisible, | tC. - | turtle. shaw turtlel) Makes fhe turtle visrble, | turtle. tsvisible 0): | ae aE! — Returns Tree (2 the turtle is visible, — | turtle, write (s, | Nrttes the String 3 on He turtle | fonts (Areal, g | | oo Position, Fort & a triple Consisting | uw ue i | normal") | Ob fontname, fontsize and | | | : font ty pe, Color shapes. py Import turtle 2 pen Hhickness tp 3 pixele & turtle. penup C) # Putt fhe pen ap |S turtle. gote (-206, 50) © turkle. pendown 0) # Patt He pen dousn 7 turtlee begin fill CD # Beg'n to fill color ea shape | & tetle.color (red) 14 turtle. eirete (40, step==3) # Draw a treanale22 22 24 25 26 27, 22 30 3t 32 turtle , tertles end _Ptted # Et He shape Penup 0) turtle -Joto C-to0, -50) turkle . Perolousy 0) turtle. begmprttcy y Begin to fill colour in sho pe turtle. Coto, blue") turtle. Cercle Cho, Steps = A) 4 Draw a Sqore turtle. end pricy HEC Re shape turtle, Penup 0 turtle | gots (6, -So) turtle. Perdown (9 turtle , begin patt OD # Begin te fill color in Shape turtle. color C'green” turtle. circle (Ae, steps=5) y Drow a pentagon turtle. end #0) # Fol tke shape turtle. Pennp C) turtle, goto (too, -50) turtle, pendown 0) turtle. begin _ felled turtle, Color C* yellow ")turtle. trcle (40, step #6) Y Drow o hexagon . 33 3k 35 3b 37 32 34 Ao At Ay AZ Ak AS Ab 47 Ag AA 59 Sl turtle end fill Cd # Ell the shape turtle « penup C) turtle. gots (200, -50) turtle. pendown C) turtle. begin fel ¢) # Begin te fall color dn shape turtle. aplor C* purple") turtles cercle CAO) # Draw eelrcle turtle, en fill 0) # FUL the chape turtle. color C’green") turtle. penap CD turtle. gete (-100, So) turtle. pondown 0) turtle write ("Cool Colourful Shapes” font = (’Times”, 18, beta") turtle. hicle turtle) turtle. dene C)\ ae / hopes? PY amples P ol
You might also like
DocScanner 18 May 2023 12-40 PM
PDF
No ratings yet
DocScanner 18 May 2023 12-40 PM
18 pages
gettingStarted_answers
PDF
No ratings yet
gettingStarted_answers
8 pages
Turtley Amazing
PDF
No ratings yet
Turtley Amazing
15 pages
Draw Heart Using Turtle Graphics in Python - GeeksforGeeks
PDF
No ratings yet
Draw Heart Using Turtle Graphics in Python - GeeksforGeeks
6 pages
Introduction To Programming - Python
PDF
No ratings yet
Introduction To Programming - Python
29 pages
Python Handwritten Notes - 1 To 2
PDF
No ratings yet
Python Handwritten Notes - 1 To 2
36 pages
Py Exercise
PDF
No ratings yet
Py Exercise
103 pages
Python Assignment Suvam Biswas
PDF
No ratings yet
Python Assignment Suvam Biswas
16 pages
02 Two
PDF
No ratings yet
02 Two
14 pages
Learn To Program With Turtle
PDF
No ratings yet
Learn To Program With Turtle
34 pages
34355-02 Teaching Turtles
PDF
No ratings yet
34355-02 Teaching Turtles
6 pages
Python Lesson 1
PDF
No ratings yet
Python Lesson 1
10 pages
Aim: Programming in Python
PDF
No ratings yet
Aim: Programming in Python
8 pages
theFundamentals_answers
PDF
No ratings yet
theFundamentals_answers
9 pages
Textbook Python New
PDF
100% (1)
Textbook Python New
318 pages
python unit1
PDF
No ratings yet
python unit1
39 pages
M10 - Trig - 4 - Trig Ratio Problem Generator
PDF
No ratings yet
M10 - Trig - 4 - Trig Ratio Problem Generator
4 pages
Turtle Examples Python
PDF
No ratings yet
Turtle Examples Python
12 pages
Doraemon
PDF
No ratings yet
Doraemon
11 pages
Python Lab Notes
PDF
No ratings yet
Python Lab Notes
26 pages
Complete Python Handwritten Notes 1695805594
PDF
No ratings yet
Complete Python Handwritten Notes 1695805594
77 pages
ICT112 - 2023 - Module 3 - Workshop Instructions-1
PDF
No ratings yet
ICT112 - 2023 - Module 3 - Workshop Instructions-1
7 pages
AI Practical File
PDF
No ratings yet
AI Practical File
17 pages
Python Refresher Course: By:A.Shobharani
PDF
No ratings yet
Python Refresher Course: By:A.Shobharani
43 pages
AKU PPS Pyq 2019
PDF
No ratings yet
AKU PPS Pyq 2019
11 pages
Crib Sheet Python: Continue
PDF
No ratings yet
Crib Sheet Python: Continue
3 pages
Chapter+5.9 11+Notes
PDF
No ratings yet
Chapter+5.9 11+Notes
6 pages
New Doc 10-11-2023 22.03
PDF
No ratings yet
New Doc 10-11-2023 22.03
13 pages
Python Handwritten Notes Book?
PDF
100% (2)
Python Handwritten Notes Book?
77 pages
AE1205 Programming and Scientific Computing in PYTHON - April 2022 2
PDF
No ratings yet
AE1205 Programming and Scientific Computing in PYTHON - April 2022 2
222 pages
Art With Python: Turtle
PDF
No ratings yet
Art With Python: Turtle
72 pages
Python Unit 1 Complete Notes
PDF
No ratings yet
Python Unit 1 Complete Notes
46 pages
Drawing Polygons With The Turtle Module
PDF
No ratings yet
Drawing Polygons With The Turtle Module
5 pages
C Notes
PDF
No ratings yet
C Notes
44 pages
Comp1012 (2015)
PDF
No ratings yet
Comp1012 (2015)
16 pages
Python CCBP Notes
PDF
No ratings yet
Python CCBP Notes
85 pages
Python question bank
PDF
No ratings yet
Python question bank
13 pages
Coding Club Turtle
PDF
No ratings yet
Coding Club Turtle
2 pages
Cremesc16 Minnie
PDF
No ratings yet
Cremesc16 Minnie
8 pages
NOTES - 20Sept24 - Introduction to Programming
PDF
No ratings yet
NOTES - 20Sept24 - Introduction to Programming
15 pages
CP by Triz
PDF
No ratings yet
CP by Triz
68 pages
Complete Python Notes by Kaushal.p
PDF
No ratings yet
Complete Python Notes by Kaushal.p
77 pages
python notes
PDF
No ratings yet
python notes
25 pages
Unit VI Graphics Turtle Programming
PDF
No ratings yet
Unit VI Graphics Turtle Programming
18 pages
PythonGuide V1.2.9
PDF
100% (2)
PythonGuide V1.2.9
2 pages
Advance Python
PDF
No ratings yet
Advance Python
10 pages
Programs For Practical File
PDF
No ratings yet
Programs For Practical File
12 pages
Python Turtle
PDF
No ratings yet
Python Turtle
10 pages
Ws 01
PDF
No ratings yet
Ws 01
3 pages
3.1Turtle
PDF
No ratings yet
3.1Turtle
24 pages
Project 1: Pretty Pictures: Turtle
PDF
No ratings yet
Project 1: Pretty Pictures: Turtle
13 pages
c-unit-3
PDF
No ratings yet
c-unit-3
24 pages
Python Data Types
PDF
No ratings yet
Python Data Types
1 page
Python QRG
PDF
No ratings yet
Python QRG
6 pages
(In Easy Steps) Max Wainewright - Coding With Python - Create Amazing Graphics - The QuestKids Do Coding-In Easy Steps Limited (2022)
PDF
No ratings yet
(In Easy Steps) Max Wainewright - Coding With Python - Create Amazing Graphics - The QuestKids Do Coding-In Easy Steps Limited (2022)
216 pages
Python 2022
PDF
No ratings yet
Python 2022
12 pages
Turtle Programming in Python
PDF
No ratings yet
Turtle Programming in Python
6 pages
Introduction To Python Solutions
PDF
No ratings yet
Introduction To Python Solutions
36 pages