Before we start remember this, you are a programmer👩‍💻, not a mathematician🧐🔢. Hello Pythonistas🙋‍♀️, welcome back. In the last post, we saw comments in Python. Don’t worry😨 if you are not yet ...
So, you want to get better at Python? That’s cool. There are a ton of ways to learn, but honestly, just messing around with code and seeing how things work is a pretty solid approach. This article is ...
2) you are given with ‘arasu’ series(shown in example).You have to understand it and you will be given a number ‘n’ ,you have to print the series till n numbers.
# # the final value of i is 6 but it will not print because the condition becomes false when i = 6. # the final value of i is 6 but it will not print because the condition becomes false when i = 6.