For Daily Free Study Material Join wiredfaculty Whatsapp Group | Download Android App | Ncert Book Download
Sponsor Area
Find and write the output of the following python code:
Numbers=[9,18,27,36] for Num in Numbers: for N in range(1, Num%8): print(N,'#',end= '' ) print()