الله@lemmy.world to General Programming Discussion@lemmy.ml · 1 year agoApparently this code is not good enough can someone help me?lemmy.mlimagemessage-square6linkfedilinkarrow-up14arrow-down13
arrow-up11arrow-down1imageApparently this code is not good enough can someone help me?lemmy.mlالله@lemmy.world to General Programming Discussion@lemmy.ml · 1 year agomessage-square6linkfedilink
minus-squaresetsubyou@lemmy.worldlinkfedilinkarrow-up4·1 year agoThe second loop basically just creates the same content that’s already in line so it wants you to print that again instead. I wonder what it would say to name = "World" print(f"+{'':-^{len(name)}}+\n|{name}|\n+{'':-^{len(name)}}+")
The second loop basically just creates the same content that’s already in line so it wants you to print that again instead.
I wonder what it would say to
deleted by creator