Vismaya Prasadvismayaprasad.hashnode.dev·Sep 23, 2023DataTypes of PythonWe can understand different datatypes in Python and their usage. Before that, we should understand what are tokens and their types. Tokens in Python are the basic building blocks of a Python program. There are five types of tokens in Python: Keyword...DiscussTogether With PythonPython tutorial for beginners
Matthew Hardmatthewhard.com·Jun 2, 2023Python for Beginners: Part 4 - Understanding LoopsWelcome back, young coders! Today, we're going to explore an exciting concept called loops in Python. Just like a roller coaster takes you on a thrilling ride over and over again, loops allow us to repeat actions in our code. Get ready to embark on a...Discuss·54 readsPythonPython