๐ฅ print() Function & ๐ฌ Comments in Python
๐จ๏ธ Part 1: print() Function โ The King of Output
โ
print() is used to show output on the screen.Whatever you write inside print(), it will appear on the screen.
๐น Syntax:
print("whatever you want to show")
๐ Common Examples:
1๏ธโฃ Basic print:
prin...
safiakhatoon.hashnode.dev2 min read