Nahom Tadiyos
@nahu1
I do Unity Game Dev
Languages I use:
C#
Python
HTML
idk what.......................qDSWQ
qeqvq333qyubiy84rqiweq\
help me plz help help
OldWizard209 Jam is like a competition in which people can participate and have to build a project based on a prompt and you can submit your project in the jam section.2 years ago
VulcanWM When jams happen the jam section gets unlocked so people can submit their jam repls
jams are basically Replit coding competitions
please dont spam in the description2 years ago
I want to make a game dev site but idk how the auth works
s plz help im havin a lot of trouble this month
Coder100 noo you did it wrong, make it do 0.0.0.0
replace ur code to:
app.run(host='0.0.0.0')
press run, and then see the newly made output tab2 years ago
pls help
I NEED HELP A LOT
tussiez Also a solution
As the other comments have stated, use the CSS property background-image.
body {
background-image: url('rickroll.png'); /* replace with image URL */
background-size: cover; /* determine background size */
}
`2 years ago
RYANTADIPARTHI Solution
it's easy. Use the background-image property.
body {
background-image: url('IMAGEURL')
}
just paste the image url in there.
It should work2 years ago
19wintersp You can apply a background image to the page by using background-image on the body:
body {
background-image: url();
}
That can be placed in an external stylesheet or `` tag.2 years ago
I check 'docs.repl.it' but I cant understand it pls help if you want me to send repl to you reply to @nahu
Squirrel777 here's a useful tutorial on how to get a custom domain! Also Scoder12 made an important comment so you may want to look at that!2 years ago
How do you do that Pls help
RYANTADIPARTHI Solution
there are 2 ways to do this. you can use the os module for this, or the replit module.
os
import os
os.system('clear')
or
replit
from replit import clear
clear()
like that.
That should work2 years ago
Coder100 ez
first, define this little function:
import os
def clear():
os.system("clear")
so now, all you have to do is call the function if you want to clear it, for example:
import time
print("Hello,")
time.sleep(1)
clear()
print("World!")
`2 years ago
Come see our channel Program Galaxy we record here on repl sub and like plz https://www.youtube.com/channel/UC8_dVVWIR6aS1vn2Z4BJsfg
Python
You type in a message then it will turn it into a coded message same thing around too!
Enjoy!
Python
Bookie0 i found some of these:
https://www.quora.com/How-can-I-link-python-code-with-HTML
https://stackoverflow.com/questions/29734208/how-can-i-connect-my-python-script-with-my-html-file
https://docs.python.org/2/howto/webservers.html
https://blog.pythonanywhere.com/169/
https://programminghistorian.org/en/lessons/creating-and-viewing-html-files-with-python
https://www.raspberrypi.org/forums/viewtopic.php?t=144559
http://karrigell.sourceforge.net/en/pythoninsidehtml.html
Happy coding and hope t3 years ago
image
image
image
image
image hi there pop a bad dog
p You can learn this on Udemy at https://www.udemy.com/course/teach-your-kids-to-code/