Austin Zhang
@AustinZhang1
I like to code
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
Python
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
Python
Please help me I am confused, and I am trying to learn as much as possible about python.
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
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
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
Python
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 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
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
Python