Q11. What Will Be

for i in range(10,Num,3) Sum+=1. if i%2=0: print(i*2) Else: print(i*3 print Sum) Q 11. Rewrite the following code in python after removing all syntax error(s). ... Note :we can also provide alias name to function of modules whenever we are using it with python from statement and whenever we have to call any statement then we have to provide ... ................
................