make python use python3
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
make python use python3
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
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)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us