☰
Features
Careers
Blog
Pricing
Jam
Log in
Sign up
Sasha Kislov
@fzt
(14)
• B.U.R.T.
lublu laifhacki
Python
C#
Java
Repls
Posts
Comments
▲
2
fzt
(14)
11 months ago
Editor issue + my posts
Why java suggestions never work? Is there a button to enable them? --- How to find my posts on repl talk?
▲
1
fzt
(14)
1 year ago
Gaming frames per second
How to make my game run with exact updates in one minute? ```java while (true){ update() } ``` This example above will work at different speed...
▲
1
answered
fzt
(14)
2 years ago
does tkinter work today?
I super need tkinter but it doesn't work i suppose tkinter cant run If i add something to example code even ``` from tkinter import * window = Tk() wi...
▲
1
fzt
(14)
2 years ago
CSS doesn't work
Don't know how html with css works. I made this <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="widt...
▲
1
fzt
(14)
1 year ago
How do i import folders
i have folders so how do i import them to each other? example: `import Hubs.Hub;` doesn't work