Posts

Showing posts from July, 2021

Value input

x = float(input("Enter value for x: ")) # Write your code here. print("y =", y)