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;
3 odpowiedzi
0
@Jayakrishna🇮🇳 Traceback (most recent call last):
File "/usercode/file0.py", line 4, in <module>
x2 = input("python")
EOFError: EOF when reading a line
0
Files not found..
What is the error you getting? And what are you trying by this code?
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?