Search posts, tags, users, and pages
Jicheng Sheng
self-driving car
Python: x = 5 print(x) C++ #include<iostream> int main() { int x; x = 5; //std::endl == '\n': create a new line std::cout<<x<<std::endl; return 0; }
No responses yet.