Skip to content
Sign UpLog In

Community

#tutorial
Old Coder, New Tricks | feat/ Kody Low
Wed Apr 05 2023
Beginner Python: Building a Game of Blackjack
Sat Apr 15 2023
Old Coder, New Tricks | feat/ Anirban Chatterjee
Wed Apr 19 2023
Explore the Community Hub
Explore the Community Hub
FEATURED
jeff
Announcing Ghostwriter Chat
AutoModeration
Welcome to Replit Community
TOP GLOBAL TIPPERS
1
JDOG787
JDOG787
110.2K
2
d31337
d31337
97.4K
3
CoderGautamYT
CoderGautamYT
35.2K
4
SHADOWMSTD
SHADOWMSTD
29.1K
5
vertal
vertal
25.5K
TOP TAGS
#games
#apps
#python
#javascript
#html
#fun
#game
#simple
#python3
#java
#cpp
#bash
IroncladDev
IroncladDev
published a Repl
2 months ago
5
Components
ComponentsLearn how to make three simple yet game-changing React Components in this Repl. Check out the tutorial post at https://dev.to/ironcladdev/three-solid-minimalist-components-1275
ParanormalCoder
ParanormalCoder
cool2 months ago
sonicx180
sonicx180
can I publish the components in ur name? these are really useful1 month ago
triptych
triptych
published a Repl
2 months ago
4
You can make a website today!
You can make a website today!Make a website in about 5 mins!
an-axolotl
an-axolotl
nice css :>2 months ago
PianoMan0
PianoMan0
i like the node.js2 months ago
TG101
TG101
published a Repl
3 months ago
2
3. Printing in color
3. Printing in colorOnly covers 8-bit colors!
AllayziaCurry
AllayziaCurry
sup im allayziah3 months ago
CoderElijah
CoderElijah
Nice. I'm going to bookmark this. I used ANSI codes in [ASCII Movie](https://replit.com/@CoderElijah/ASCII-Movie), which means they are also in my custom Py library, but it's always nice to have an example. I did it for everything on the screen, so your `reSet` will be useful to me.2 months ago
coltonatreplit
coltonatreplit
published a Repl
3 months ago
2
Custom Python Formatting options
Custom Python Formatting optionsSee how to enable custom formatting options in Python repls!
hugo
hugo
Really cool @coltonatreplit!3 months ago
9pfs
9pfs
Wow!3 months ago
GoodnessDavid
GoodnessDavid
published a Repl
1 month ago
2
DownloadFile.jsx
DownloadFile.jsxShows you how to download a file from the frontend with React!
BadDealCrook
BadDealCrook
![image](https://storage.googleapis.com/replit/images/1677877347851_da732aca80473fb17b9351219ca0853c.png)29 days ago
gaminglemonss
gaminglemonss
published a Repl
1 month ago
1
Google Fonts Tutorial
Google Fonts TutorialA tutorial on importing Google Fonts into an HTML environment.
BearCoder01
BearCoder01
SOOOOOOOOO COOL!1 month ago
MrVoo
MrVoo
looks nice, needs a bit more polish though1 month ago
STERNBOMBA
STERNBOMBA
published a Repl
1 month ago
0
My secret to make +600 robux weakly for free
My secret to make +600 robux weakly for freeI never spend money on games-games make me the money 😤 +join my group
STERNBOMBA
STERNBOMBA
My secret here 😤😎1 month ago
STERNBOMBA
STERNBOMBA
<h1> I MADE OVER 7k ROBUX FOR FREE</h1>1 month ago
DuncanBarner
DuncanBarner
published a Repl
29 days ago
0
Using If/Else to Determine if an Input Number is Odd or Even
Using If/Else to Determine if an Input Number is Odd or EvenUses basic if/else statement to determine if an input number is odd or even. A brief description of how it works is available within the code as a comment.
DuncanBarner
DuncanBarner
Included headers that aren't necessary for the program to run. I was just doing that for muscle memory, so to speak. You don't need to include cmath or cstdlib for it to work. Just trying to build habits.29 days ago
element1010
element1010
published a Repl
1 month ago
0
When u fork me, cats will show up
When u fork me, cats will show upWhen u fork me, cats will show up
MiloCat
MiloCat
lol1 month ago
element1010
element1010
It's better now...1 month ago
CataclysmTech
CataclysmTech
published a Repl
1 month ago
0
Python Beginner Tutorial
Python Beginner TutorialA beginner Python tutorial.
CataclysmTech
CataclysmTech
Sample Solution for Calculator project: ```py def add(a,b): return a+b def sub(a,b); return a-b user_input = int(input("Enter your first number: ")) operator = input("Enter your operator: ") user_input2 = int(input("Enter your second number: ")) if operator == "+": print(add(user_input, user_input2)) else if operator == "-": print(sub(user_input, user_input2)) ``` I don't know if the code works, just a sample solution.1 month ago
Load more