Python Forum
Simple Cryptography Capture the Flag
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple Cryptography Capture the Flag
#5
I would simplify your loop code (though still wrong) to
for i in range(30):
   p = i ** 2
   print txt[p],
If you think you need more variables, then you should describe for us what they're supposed to do or be for, because I tried a few things and I'm not sure what change needs to be made either.
Reply


Messages In This Thread
RE: Simple Cryptography Capture the Flag - by micseydel - Oct-12-2016, 09:49 PM
RE: Simple Cryptography Capture the Flag - by wavic - Oct-12-2016, 10:41 PM
RE: Simple Cryptography Capture the Flag - by wavic - Oct-12-2016, 10:45 PM
RE: Simple Cryptography Capture the Flag - by Yoriz - Oct-12-2016, 11:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help in using Flag pretty please kamui123 1 1,699 Oct-20-2020, 09:42 AM
Last Post: Larz60+
  Cryptography Problem PYTHONEUR 28 18,324 Jan-25-2017, 08:15 AM
Last Post: PYTHONEUR

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020