Horje
starting python project Code Example
starting python project
two_digit_number = input("Enter a two digit number:- ")
first_Digit = int(two_digit_number[0])
second_digit_number = int(two_digit_number[1])
calculation = first_Digit + second_digit_number
print(calculation)




Python

Related
python loop invalid input Code Example python loop invalid input Code Example
discord bot python get message id Code Example discord bot python get message id Code Example
python time-stamp conversion Code Example python time-stamp conversion Code Example
how does gas exchange happen in the alveoli Code Example how does gas exchange happen in the alveoli Code Example
python computer guesses your number Code Example python computer guesses your number Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7