Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
coolq48267y@Haxk20
I recommend learning Python, it's great!
No as long as you format your code as you usually would in any other language, you can forget about {}. -
coolq48267y@Haxk20
Lol, I'm working on a library right now called Modular, not sure but it might have that functionality...
Question:
Do you indent your code? -
coolq48267y@Haxk20
Okay, well indents are the spaces before a line.
Here's indented code:
if (1 == 1)
{
print("Hello, World!");
}
Then here's code without indents:
if (1 == 1)
{
print("Hello, World!");
} -
coolq48267y@Haxk20
Yes, formatting.
I'm specifically talking about the space at the start of the line. It's called indentation.
I will forever love you python ðŸ˜ðŸ˜ðŸ˜ðŸ˜
.
.
.
Love is overrated 😑😑😑
rant