Magician python code | Example of Working with list in python

preview_player
Показать описание
Hi friends please subscribe And Thank You dear friends for watching this video. Hope you like this video. If you like this video then don't forget to like,share,comment & subscribe..

Magician python code | Example of Working with list in python

Let’s build on
the previous example by printing a message to each magician, telling them
that they performed a great trick:
'python code in video'
What happens once a for loop has finished executing? Usually, you’ll want
to summarize a block of output or move on to other work that your program must accomplish.
Any lines of code after the for loop that are not indented are executed
once without repetition. Let’s write a thank you to the group of magicians
as a whole, thanking them for putting on an excellent show. To display this
group message after all of the individual messages have been printed, we
place the thank you message after the for loop without indentation:
'python code in video'

sometimes Avoiding Indentation Errors ;
aython uses indentation to determine when one line of code is connected to
the line above it. In the previous examples, the lines that printed messages to
individual magicians were part of the for loop because they were indented.
Python’s use of indentation makes code very easy to read. Basically, it uses
whitespace to force you to write neatly formatted code with a clear visual
structure. In longer Python programs, you’ll notice blocks of code indented
at a few different levels. These indentation levels help you gain a general
sense of the overall program’s organization.
As you begin to write code that relies on proper indentation, you’ll
need to watch for a few common indentation errors. For example, people
sometimes indent blocks of code that don’t need to be indented or forget
to indent blocks that need to be indented. Seeing examples of these errors
now will help you avoid them in the future and correct them when they do
appear in your own programs.
Let’s examine some of the more common indentation errors.
Forgetting to Indent
Always indent the line after the for statement in a loop. If you forget, Python
will remind you:
'python code in video'
Forgetting to Indent Additional Lines
Sometimes your loop will run without any errors but won’t produce the
expected result. This can happen when you’re trying to do several tasks in
a loop and you forget to indent some of its lines.
For example, this is what happens when we forget to indent the second
line in the loop that tells each magician we’re looking forward to their next
trick:
video
Forgetting the Colon
The colon at the end of a for statement tells Python to interpret the next
line as the start of a loop.
(i made this mistake in this video- so please avoid all this mistakes)

👉 *Wonderful questions to test your General Knowledge* 👍

1. What does numero uno mean in English?
2. How many singers are they in a duet?
3. How many teaspoons make a Table spoon?
4 . How many Vedas are there in Hindu Mythology?
6. How many countries have larger area than India?
7. What is the Ph value of water?
8. How many planets are there in Solar System?
10. How many Millimetres make a Centimetre?
11. How many players are there in a Football team?
12. How many inches make a feet?
15. One-time vehicle tax is valid for how many years?
16. How many feathers are there in a shuttle cock?
17. How many languages are printed in an Indian Currency?
18. How many Chapters are there in Mahabharatha?
19. Which Commonwealth Game was hosted in India in 2010?
20. How many overs per team are there in T-20 cricket?
21. How many years did Mahatma Gandhi spend in South Africa?
23. How many chromosomes are there in human body?
24. How many spokes are there in an Ashoka Chakra?
25. What is the qualifying age for becoming a MLA?

answer the following questions in comment box

Connect in social media:-
Telegram-Vinjamuriaryan
Facebook-Aryan Vinjamuri
Instagram-Aryan Vinjamuri
Discord -Aryan Vinjamuri 8373

Watch this video till the end and don't forget to share it among your Whatsapp groups.
Sorry guys I am unable to upload video from last few days because I have problem in my youtube channel
Рекомендации по теме
visit shbcf.ru