الله@lemmy.world to General Programming Discussion@lemmy.ml · 29 days agoApparently this code is not good enough can someone help me?lemmy.mlimagemessage-square6fedilinkarrow-up15arrow-down12
arrow-up13arrow-down1imageApparently this code is not good enough can someone help me?lemmy.mlالله@lemmy.world to General Programming Discussion@lemmy.ml · 29 days agomessage-square6fedilink
minus-squaresetsubyou@lemmy.worldlinkfedilinkarrow-up4·edit-229 days 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