A.while True B.while 3>2 C.while a<5 D.while not False
A.import math from B.import math C.import math as m D.from math import sqrt
A.defn ame() B.defn ame(num) C.name() D.def name