0% found this document useful (0 votes)
56 views

Python For Oil and Gas: Website - Linkedin - Youtube

The document discusses while loops in Python. A while loop repeats code as long as a condition is true. The document shows how a while loop can print a line multiple times or result in an infinite loop if the condition is never made false. It provides examples of using while loops to repeatedly print a string a set number of times versus looping indefinitely.

Uploaded by

LIC Helper
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
56 views

Python For Oil and Gas: Website - Linkedin - Youtube

The document discusses while loops in Python. A while loop repeats code as long as a condition is true. The document shows how a while loop can print a line multiple times or result in an infinite loop if the condition is never made false. It provides examples of using while loops to repeatedly print a string a set number of times versus looping indefinitely.

Uploaded by

LIC Helper
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory

Python for Oil and Gas

Website - https://petroleumfromscratchin.wordpress.com/

LinkedIn - https://www.linkedin.com/company/petroleum-from-scratch

YouTube - https://www.youtube.com/channel/UC_lT10npISN5V32HDLAklsw

# Loops are used when we need to repeat some code again and again

# They make our work lot more easier. We'll see how!

While loop

# While loop is used if we want to print something until a given condition is true

print('Python From Scratch')


print('Python From Scratch')
print('Python From Scratch')
print('Python From Scratch')
print('Python From Scratch') # 1 time, 2 times, 3 times.....10 times ....100 times
/
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory

Python From Scratch


Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch

a = 1

while a<=5:
print('Python From Scratch') # infinite loop

/
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch /
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory
y
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch /
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory

Python From Scratch


Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch /
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch /
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch /
P th F S t h
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch /
Python From Scratch
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
/
Python From Scratch
1/30/2021 Python for O&G Lecture 18 and 19 - While Loops - Colaboratory
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
Python From Scratch
/
Python From Scratch

You might also like