Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

why use python

#Hello world in Java:
public class Main {
    public static void main(String[] args) {
        System.out.println("hello world");
    }
}

#Hello world in Python:
print('hello world')

#See?
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
9+4 =