Answers for "html double input same input field"

16

html double input

<input type="number" step="0.01">
Posted by: Guest on June-20-2020
0

input same line

a, b = [int(x) for x in input().split()]
print(a+b)
Posted by: Guest on July-10-2021

Browse Popular Code Answers by Language