2 Réponses
+ 2
You just need to remember that [ ] are used for lists, list comprehensions, indexing/lookup and slicing. Used for mutable data types.
+ 1
Thank you I have just found a working code after some trial and error
x = int(input())
y = int(input())
print(x+y)