0
Error int is not callable
I try to calculate the totals even and odd numbers between 1 and n https://code.sololearn.com/ckMCj8eu9626/?ref=app
2 Antworten
+ 3
Check your lines 4, 8 and 11.
You are doing sth like this.
n(), i() where by n and i are just integers and not functions.
If u meant multiplication, then use * operator like n *