PYTHON 4 Get link Facebook X Pinterest Email Other Apps July 20, 2020 input:print("pawandeep singh chana")a=5n=0while n <=10:print(a,'x',n,'=',n*a) n+=1output:pawandeep singh chana5 x 0 = 05 x 1 = 55 x 2 = 105 x 3 = 155 x 4 = 205 x 5 = 255 x 6 = 305 x 7 = 355 x 8 = 405 x 9 = 455 x 10 = 50 Get link Facebook X Pinterest Email Other Apps Comments
PYTHON 2 July 20, 2020 from tkinter import * pawan_root= Tk() pawan_root.title( "singh is king" ) pawan_root.mainloop() Read more
Comments
Post a Comment