Question: in python Exercise Create a program that outputs a table with powers of 2 (from 1 till 10) Use a string 't (tab character) to
Exercise Create a program that outputs a table with powers of 2 (from 1 till 10) Use a string '\t" (tab character) to separate between the values Use a string " " (next line character) to go to the next line (if necessary) Your output should look like: 1 2 3 4 5 6 7 8 9 2 4 8 16 32 64 128 256 512 1024 1 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
