DEV Community

DDSRY
DDSRY

Posted on • Updated on

What if I want to ask the user for the numbers of apples and oranges in Python ?

■ Question:

▪ What if you want to ask the user for the numbers of apples and oranges in Python Programming Language ?

■ Answer:

▪ Remember, you just need to use int() function to convert what you get from input() function.

Top comments (0)