ing.
> 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
ne 5, in
from collections import deque
File
"/Users/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