5

I will forever love you python 😭😭😭😭
.
.
.
Love is overrated 😑😑😑

Comments
  • 0
    I agree with the first part...
  • 1
    @Haxk20 why? I find it very simple and clear
  • 0
    @Haxk20
    Python has () and you can use ; but they're just optional.
  • 0
    @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 {}.
  • 0
    @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?
  • 0
    @Haxk20
    Uhh, how much programming have you done?
  • 0
    @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!");
    }
  • 0
    @Haxk20
    Yes, formatting.
    I'm specifically talking about the space at the start of the line. It's called indentation.
Add Comment