Amazon Web Services (AWS) offers a Free Tier account where you can explore their cloud services at no cost. The Free Tier lets you try various AWS services—from computing and storage to databases and more—without charge. This guide will show you how to create your AWS Free Tier account, helping you get started with cloud computing right away.

# Store input numbers
num1 = input('Enter first number: ')
num2 = input('Enter second number: ')
# Add two numbers
sum = float(num1) + float(num2)
# Display the sum
print('The sum of {0} and {1} is {2}'.format(num1, num2, sum))
https://youtube.com/shorts/pD56b5tHKVo?si=PNgiSqIC0FLSM7k7