Python Basics - Part 1
Dec 16, 2023 · 3 min read · Displaying 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...
Join discussion


