19/12/2025
🧠 Python Knowledge Check – MCQ #38 🐍💻
ඔබට Python basics හොඳටම වැටහෙලා තියෙනවද?
මෙම ප්රශ්නයට නිවැරදි උත්තරය තෝරන්න 👇
a = 5
b = 3
c = 2
d = 6
x = (a - b) ** c + d % c
print(x)
📌 Output එක කීයද?
1️⃣ -22
2️⃣ 0
3️⃣ 1
4️⃣ 4
5️⃣ 7
👉 Comment section එකට ඔබගේ answer එක දාන්න
👉 Share කරන්න Python ඉගෙනගන්න කැමති යාලුවොත් එක්ක
👉 Follow us for daily Python & programming MCQs 🔥
25/09/2024
"People generally see what they look for, and hear what they listen for."
- Harper Lee
19/01/2024
It is always better, if you “mind your own business “
16/08/2022
There are plenty of options to learn how to code. However, the essential thing of programming is logical thinking. It is the key to becoming a successful programmer.
In my experience, some individuals learn coding syntax(general rules of programming language) within a few days. But, they can not write a simple program to solve a problem. The reason for that is the lack of logical thinking.
If you need to be successful, start with simple things. Enhance your capacity for logical thinking. Apple's Swift Play Ground is one of the good starting points for Apple users. Others can visit code.org
https://youtu.be/z1-15s9Dz80
01.Learn to code with Swift Playground - Commands
Learn serious code. In a seriously fun way. Swift Playgrounds is a revolutionary app for iPad and Mac that makes it fun to learn and experiment with Swift — ...
05/09/2021
Everyone should know how to program a computer,because it teaches you how to think.
~ Steve Jobs