Print the name of 7 days in a week - by using while loop
Tue Apr 21 2020 05:36:09 GMT+0000 (UTC)
Saved by @Radions #python #python #loops #whileloop
The above code is simple while loop that print the name of 7 days in a week. Like when you run this code the output will be: Today is Monday. Today is Tuesday. So on...
https://www.freecodecamp.org/news/python-example/
Comments