HELP with Multiple Variables | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

HELP with Multiple Variables

I was trying to pass this by "see solution" and community help but i tried this and it passed. Then when i wanted to go and do same with next step the i had an error. x = input("hi") y = int(input(4*x)); https://imgur.com/BufARAn; x = input("hi") y = int(input(4*x)); x2 = input("python") y2 = int(input(1*x2)); https://imgur.com/YjIVlZy;

22nd May 2022, 6:19 PM
Ferg
3 Antworten
0
@Jayakrishna🇮🇳 Traceback (most recent call last): File "/usercode/file0.py", line 4, in <module> x2 = input("python") EOFError: EOF when reading a line
22nd May 2022, 6:54 PM
Ferg
0
Files not found.. What is the error you getting? And what are you trying by this code?
22nd May 2022, 6:28 PM
Jayakrishna 🇮🇳
0
Error saying no input: You are not giving any input. Give inputs: Ex: input sample for 2nd code text1 1 text2 2 but actually what are you expecting by code?
22nd May 2022, 7:10 PM
Jayakrishna 🇮🇳