I can write and run a basic Python script that uses print() and input() to interact with the user.
I created a short Python script that starts a digital conversation and saved it in my Cyber 2 Python folder.
Python is a tool that helps us talk to machines, process data, and automate ideas. Itβs not just codeβitβs conversation. The sooner you learn to speak clearly to your machine, the sooner it can help you solve problems.
<aside> π‘
βIf a computer could ask you one meaningful question each morning, what would it askβand why?β
</aside>
π Save to: Tech Journal > Week 1 > Tuesday Entry
Syntax β The set of rules that defines how code must be written so the computer can understand it.
print() = speak outinput() = ask the user