关键是你打算做什么。为什么你要学习编程?你的回答很大程度上影响你的决定。 -- Kojo Idrissa
本文导航
-了解你的设备 …… 10%
-创造什么 …… 20%
-Python …… 24%
-JavaScript …… 67%
-做出选择 …… 83%
编译自: https://opensource.com/article/17/1/choosing-your-first-programming-language
作者: Kojo Idrissa
译者: ypingcn
void fun(int x)
{
if (x == 0) {
no_fun();
} else {
big_fun(x);
}
}
void fun(int x) { if (x == 0) {no_fun(); } else {big_fun(x); }}
def fun(x):
if x == 0:
no_fun()
else:
big_fun(x)
欢迎光临 51学通信论坛2017新版 (http://bbs.51xuetongxin.com/) | Powered by Discuz! X3 |