Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~923 People Reached
Member Avatar for animanga

I'm attempting to create a one line Caesar cipher decryption program in python and i'm afraid i've come to the end of my knowledge and well past it. this is the closest working code i've got: [code]def test3(): print("The decrypted text is: "+"".join(map(lambda x: chr(ord(x)+y),x)))[/code] as you can see it …

Member Avatar for animanga
0
752
Member Avatar for animanga

I'm trying to create a small website for my family using Fireworks, i have searched high and low and couldn't find a single answer to my question....How do you link a fireworks page to another fireworks page, i know that i can link them with url's, but that's just it, …

Member Avatar for animanga
0
147
Member Avatar for animanga

hey everybody, im 14 years old and a programing begginer, so my knowledge ends after basic html, but im interested in programing and i plan to make a career out of it. i figured a tech forum would be a good place to start. later

Member Avatar for Dani
0
24