Without knowing the problem you're having, it's hard to answer. This seems generally correct.
On Thu, Jun 25, 2020 at 7:57 AM Bischoop <bisch...@vimuster.net> wrote: > I try to split input numbers, for example: 12 so I cant add them, I > tried separated split(' ') but it's not working. > Any ideas how to do this? > > * > numb1,numb2=input("enter 1st and 2nd no ").split() > Avg=(int(numb1) + int(numb2)) / 2 > print(Avg) > -- Andrew Bell andrew.bell...@gmail.com -- https://mail.python.org/mailman/listinfo/python-list