Problem: Loops in python TaskThe provided code stub reads and integer,n , from STDIN. For all non-negative integers i<n, print i^2. Example The list of non-negative integer... Read more