0
need ideas to improve
How to get blank space between each spl. character?? plss.. help code will be in my profile as well as mentioned below def pr_in_stl_way(): name=str(input("ENTER YOUR NAME:")) print(name) op_sp="" newop_sp= op_sp.center(20,'*') oldop_sp= op_sp.center(20,'*') the_name= name.center(20,'*') i=1 while i<=2: print("\n\t",newop_sp) print("\n\t",oldop_sp) i+=1 print ("\n\t",the_name) k=1 while k<=2: print("\n\t",newop_sp) print("\n\t",oldop_sp) k+=1 pr_in_stl_way() print("\n \n CREDITS - VISHWA KUMAR.P")
5 ответов
+ 2
0
vishwa kumar
Do you mean;
0
https://code.sololearn.com/cErvCPfhHNNW/#py
https://code.sololearn.com/cErvCPfhHNNW/#py
are the right answers