Skip to content
Sign UpLog In
Profile icon

Austin Zhang

@AustinZhang1
I like to code
Repls
Community
AustinZhang1
AustinZhang1
shared a Post
2 years ago
Caesar Cypher encrypter and decrypter
Hi Everyone! This is the second Caesar Cypher program that I have made, the first one is at https://repl.it/talk/share/Caesar-Cypher-encrypter/113736
Caesar Cypher encrypter and decrypter
Python
AustinZhang1
AustinZhang1
shared a Post
2 years ago
Hi Everybody I was bored so I made a Caesar Cypher encryption program, which can encrypt messages into code. If you want to learn more about Caesar
Caesar Cypher encrypter
Python
btfuss
btfuss
decrypter pls2 years ago
AustinZhang1
AustinZhang1
shared a Post
3 years ago
Please help me I am confused, and I am trying to learn as much as possible about python.
Coder100
Coder100
conclusion: .env files are environment files, they are used to declare shell variables in the case of repl.it, they are used to define values that are "sensitive" information and will not be shown to the public eye. to access a key, import os print(os.getenv("KEY")) `3 years ago
Coder100
Coder100
https://docs.repl.it/repls/secret-keys Read that ^^3 years ago
AustinZhang1
AustinZhang1
shared a Post
3 years ago
HELLO EVERYBODY This is a tutorial on how to code a little more efficiently in Python. TIP #1 Have you ever forgotten to put quotations/parentheses
silvarana
silvarana
fantastic, but I already know some. can you have me more tips?1 year ago
CharlesCarter4
CharlesCarter4
Thank you1 year ago
AustinZhang1
AustinZhang1
shared a Post
3 years ago
Hello Everyone This is a project that I made, hope you like it How to play You are a robber who is trying to get money. You can do all kinds of thi
Life of a robber
Python
theroadtocode
theroadtocode
I love this game! It's like a level 2 for Diamond Risk. I have a question though; how do you program the luck factor? Is there a specific function? My high score was 287 dollars. Then I quacked...3 years ago
Name12
Name12
it's a pretty neet game. nice job wit the color. and this is really similar to Diamond's risk. in my own opponent, you should make more of a difference. but overall, that's pretty good job. you deserve more cycles than you have now.3 years ago
rhemtro
rhemtro
i actually had fun playing this3 years ago
AustinZhang1
AustinZhang1
shared a Post
3 years ago
Hey Everyone! This is a game that I worked on for a long time: Hangman! The rules are simple: All you have to do is guess the word! If you are bored
Hangman Game
Python