CSCoding Stormincstorm.hashnode.dev·Dec 16, 2023 · 3 min readPython Basics - Part 1Displaying Output To display output in the terminal we use the print() function. Syntax: print(text to display) Example: print("Hello World") Taking Input For taking input, we use the input() function. Syntax: input(text to display for input) Exampl...00
CSCoding Stormincstorm.hashnode.dev·Dec 22, 2022 · 2 min readPython Basics - Part 2Welcome back pro's! If you have not checked out part 1 of this python series please do so: https://cstorm.hashnode.dev/python-basics-part-1Consider liking the post if you found it helpful, it helps a lot 😃 Conditional Statements If else This stateme...00
CSCoding Stormincstorm.hashnode.dev·Dec 19, 2022 · 3 min readDev Retro 2022 - My Programming JourneyThe Unexpected Dev 👨💻 Before I got into programming, I had no idea what I would do in life. I had been a wanderer until I got an ad for a hackathon, which would change my life forever. A hack a what? Yeah, well I did not know much at that time...r...01Y