From 341f051ada9059f84235b23f724faa2674607ed0 Mon Sep 17 00:00:00 2001 From: Chris Lo Date: Fri, 9 Aug 2024 10:30:42 -0700 Subject: [PATCH] Update 01-intro-to-computing.Rmd --- 01-intro-to-computing.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-intro-to-computing.Rmd b/01-intro-to-computing.Rmd index c982ef1..092f7d4 100644 --- a/01-intro-to-computing.Rmd +++ b/01-intro-to-computing.Rmd @@ -215,7 +215,7 @@ And there is an operational equivalent: `Computer = powerful + stupid` -Even the smallest spelling and formatting changes will cause unexpected output and errors! +Computers are excellent at doing something specific over and over again, but is extremely rigid and lack flexibility. Here are some tips that is helpful for beginners: - Write incrementally, test often