#python-beginner
Read more stories on Hashnode
Articles with this tag
Python Recall chapter 02 · Concatenation : concatenate using '+' operator prefix = "al" suffix = "pha" print(prefix + suffix) # output :...
Python Recall session 01 - Basic Syntax and Data Structures · Welcome, Eng! Python Recall Session: Your Quick Reference Guide This session is designed to...