From 3c75a8887f57f8908e7bc2948cbadf5a4ff1ff9f Mon Sep 17 00:00:00 2001 From: Nagol12344 <63481547+Nagol12344@users.noreply.github.com> Date: Tue, 27 Apr 2021 19:20:18 -0400 Subject: [PATCH] fix bug --- helloworld.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helloworld.py b/helloworld.py index 3cebb09..68b2d8f 100644 --- a/helloworld.py +++ b/helloworld.py @@ -89,7 +89,7 @@ print('Type 1 to run') print('Type 2 to eat a snack') print('Type 3 to do nothing') - q23 = imput('Whats your pic?: ') + q23 = input('Whats your pic?: ') if q23 == 2: time.sleep(2) print('Before geting your snack you get killed by the villagers') @@ -109,4 +109,4 @@ time.sleep(6) print('The jars do nothing to the fire and your house is berned to the ground') time.sleep(3) - end() \ No newline at end of file + end()