From 898cd9036ca5d3a1094ed50fd7e793a2c3c49a3e Mon Sep 17 00:00:00 2001 From: Maxwell Date: Thu, 22 Jan 2026 21:26:42 +1100 Subject: [PATCH] Update Input Keyword --- Input-Keyword.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input-Keyword.md b/Input-Keyword.md index dd4baa9..06ad097 100644 --- a/Input-Keyword.md +++ b/Input-Keyword.md @@ -2,7 +2,7 @@ Keyword: `input` (or `stdin`) Syntax: `input &str` -Time Complexity: +Time Complexity: N/A (depends on end-user) ## Overview The `input` keyword allows you to get user input via stdin. When this line is reached, the program will wait for the user to input text. After this, the argument variable is set to the inputted string.