From 0d53c5e04d2f0b7623d499b6f7ac3b360624d2b3 Mon Sep 17 00:00:00 2001 From: limehc Date: Tue, 11 Jun 2024 15:44:57 +0200 Subject: [PATCH] Update report.md --- report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/report.md b/report.md index f9eecc1..5a333cf 100644 --- a/report.md +++ b/report.md @@ -31,6 +31,7 @@ Python is a programming language. ### What is a Python script? A python script is a file where you can write your code in or copy one in. + ### How to create a Python script? search for an python code, copy the code ctrl c. write down somewhere for example in your termal: gedit (madeup code name).py