number = input("Enter the value of number: ")
amount = input("Enter the amount: ")
pi = input("Enter the value of pi: ")
str = input("enter the code: ")
population = input("Enter the population: ")
str2 = input("Enter the message: ")

print(f"Num: {number}")
print(f"Amount: {amount}")
print(f"pi: {pi}")
print(f"Code: {str}")
print(f"Population: {population}")
print(f"Message:{str2}")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: