Re: [Beginner] Spliting input

2020-06-25 Thread Andrew Bell
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

Multiple Interpreters?

2019-07-26 Thread Andrew Bell
ers/acbell/miniconda3/envs/pdal/lib/python3.7/collections/__init__.py", line 24, in import heapq as _heapq File "/Users/acbell/miniconda3/envs/pdal/lib/python3.7/heapq.py", line 587, in from _heapq import * Thanks, -- Andrew Bell andrew.bell...@gmail.com -- https://mail.python.org/mailman/listinfo/python-list