Computer Science, asked by Aryansingh001, 2 months ago

Spammer stay away

create a simple python program to take input from user and store it in a variable, and add them at last, add comments in the program accourding to steps of data

Answers

Answered by kimtaehyung35
3

Answer:

# This program adds two numbers provided by the user

 

# 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))

Explanation:

your last question was deleted no worries (✿◡‿◡)

Answered by aryansinghrajput119
2

Answer:

after your this question me  be like:- a critified python hacker is  asking html questions loll

Explanation:

x = input()

y= input()

c = float(x+y)

print(c)  

ok i am back after a long time and now going again

#keep_a_fake_smile  ╰(艹皿艹 )

Similar questions