الله@lemmy.world to General Programming Discussion@lemmy.ml · 10 months agoApparently this code is not good enough can someone help me?lemmy.mlimagemessage-square6linkfedilinkarrow-up15arrow-down13
arrow-up12arrow-down1imageApparently this code is not good enough can someone help me?lemmy.mlالله@lemmy.world to General Programming Discussion@lemmy.ml · 10 months agomessage-square6linkfedilink
minus-squaresetsubyou@lemmy.worldlinkfedilinkarrow-up4·10 months 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