python syntax

Solutions on MaxInterview for python syntax by the best coders in the world

showing results for - "python syntax"
Victoria
22 May 2016
1#include<iostream>
2using namespace std;
3int main()
4{
5	system("pause"); //To pause the screen
6  	return 0; //Not neccessary
7}
Cyril
25 May 2016
1
2        >>> print("Hello, World!")
3
4        Hello, World!
5      
similar questions
queries leading to this page
python syntax