We added error checking to our computer program. The .isalpha() method in Python is a string method that checks whether all characters in a string are alphabetic (i.e., letters from A–Z or a–z). It returns True if all characters are letters and the string is not empty; otherwise, it returns false.
Lesson 2 Computer Architecture – We learned the importance of transistors and integrated circuits in processing binary data. We learned about the contributions of Hungarian mathematician John von Neumann to computer architecture. We explored the fetch-execute cycle in computers which is how instructions are executed and how Data is processed.
We learned about conditional statements in Python. Then we learned how to interpret Boolean data types. Next, we practiced using the integer data type with the modulo operation to find if there is a remainder. We learned how to use conditional statements in a program.
We learned about conditional statements in Python. Then we learned how to interpret Boolean data types. Next, we practiced using the integer data type with the modulo operation to find if there's a remainder.