1.

Choose the correct code segment from the following (a) for i in range (): fd (100) rt (90) (b) for i in range (4): fd (100) rt (90) (c) fori in range (4): fd(100) rt (90) (d) for i in range (4): fd (100) rt (90)

Answer»

(b) fori in range (4): 

fd (100) 

rt (90)



Discussion

No Comment Found

Related InterviewSolutions