implicit-conversion

Python – Can't convert int to str implicity in this specific code

Python – Can't convert int to str implicity in this specific code Question: I had a GCSE question, where Python is asking me to input three numbers in a function and print the largest one. My problem is, that it shows the error Can’t convert int to str implicity. inputed_1 = int(input(“Give me a number: …

Total answers: 1