Here are some code examples in English. Check out our Python tutorials for more information!

  • Python Example

    def greet(name):
        return f"Hello, {name}!"
    
    print(greet("Alice"))
    
  • JavaScript Example

    function addNumbers(a, b) {
        return a + b;
    }
    
    console.log(addNumbers(5, 3));
    
  • Java Example

    public class HelloWorld {
        public static void main(String[] args) {
            System.out.println("Hello, World!");
        }
    }
    

    Here's a picture of a cat for you:

    cat