+ 1
Why programming language don't use simple word we use in daily life?
Why programming language don't use simple word we use in daily life?Is there any programming language that use simple words?
1 Respuesta
+ 4
#Python:
list = ["apple","banana","grape"]
for i in list:
print(i)
#That's still complex to thai people
#Thaithon:
รายการ = ["แอปเปิ้ล","กล้วย","องุ่น"]
แต่ละ ครั้ง ใน รายการ:
แสดงผล ครั้ง
#That's complex to thai people even more
#That's it