Day16- While Loop in Python
while loop
Oct 9, 20234 min read4

Search for a command to run...
Articles tagged with #hashnodebootcamp
while loop

Part # 3

Part#1

The input() function is a built-in function that allows user input. This input function takes input as a 'string' and gives a return value as string/character hence we have to pass that into a variable. Example: a = input("Enter language: ") print("I...

Implicit Conversion and Explicit Conversion

Basic Calculator
