+ 1
I dont understand how make this
how to make operators interact with input
4 Respuestas
+ 3
I don't get it. Like this?
https://code.sololearn.com/cIBetYvHKc5v/?ref=app
+ 1
What do you mean?
+ 1
Can you give an example of what you want?
+ 1
For example
I want
a = 11
b = 12
c = 13
i = input()
print(i[0])
print(i[1])
When people write a or b or c
print first number and second number