+ 1
How to make same output using 2 different weapon.
It would be better to use c++ and python to make same output.
3 Answers
+ 3
For what problem?
If you say for hello world then,
in python,
print("Hello World")
in c++,
#include<iostream>
using namespace std;
int main()
{
cout<<"Hello World";
}
+ 1
Can anyone show me the code?
+ 1
Yeah i know that, this is ordinary . but i want to know some different