Computer Science, asked by YEEEEEEEEEEEEEEEEEET, 6 months ago

2.7 Code Practice: Question 1 answer​

Answers

Answered by maryamnadeem119
3

Answer:

What is the question please tell!........

Answered by Thompsontiera
4

Answer:

first = int(input("Enter a number: "))

second = int(input("Enter a number: "))

third = int(input("Enter a number: "))

print("Largest: " +

str(max(first,second,third)))

Explanation:

Similar questions