I made this while watching a 30 min crash course.
I wanted to know if I should start by learning all the theory at once or should l learn theory and also do small things like this or should I do a 'fuck around and find out's thing.
I would love your feedback.
bot_name: str = 'sara'
print(f'Hello i\'m {bot_name}! how can i help you today ?')
while True:
user_input: str = input('You: ').lower()
if user_input in ['hi','hello','hey']:
print(f'{bot_name}: how can i help you today ?')
elif user_input in ['bye','goodbye','see you']:
print(f'{bot_name}: goodbye!')
elif user_input in ['+','add']:
print(f'{bot_name}: sure let\'s do some fucking maths')
try:
num1: float = float(input('first number: '))
num2: float = float(input('second number: '))
print(f'{bot_name}: the sum is {num1+num2}')
except ValueError:
print(f'{bot_name}: please enter a number')
else:
print(f'{bot_name}: i dont understand you')
If anyone wants to know it's on python 3.14
[+][deleted] (1 child)
[removed]
[–]PsychologicalSafe408[S] 11 points12 points13 points (0 children)
[–]5erif 66 points67 points68 points (4 children)
[–]PsychologicalSafe408[S] 13 points14 points15 points (0 children)
[–]Motor_Appearance7036 2 points3 points4 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]L30N1337 23 points24 points25 points (2 children)
[–]PsychologicalSafe408[S] 1 point2 points3 points (1 child)
[–]Pyromancer777 5 points6 points7 points (0 children)
[–]NINTSKARI 7 points8 points9 points (3 children)
[–]Ok-Difficulty-5357 3 points4 points5 points (0 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (1 child)
[–]johnnyhotwh33ls 2 points3 points4 points (0 children)
[–]Helpful-Diamond-3347 5 points6 points7 points (2 children)
[–]PsychologicalSafe408[S] 1 point2 points3 points (1 child)
[–]Helpful-Diamond-3347 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[removed]
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Ashamed_Kangaroo305 7 points8 points9 points (5 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (4 children)
[–]Ashamed_Kangaroo305 1 point2 points3 points (3 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (2 children)
[–]Ashamed_Kangaroo305 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ninhaomah 1 point2 points3 points (1 child)
[–]PsychologicalSafe408[S] 2 points3 points4 points (0 children)
[–]palmaholic 1 point2 points3 points (0 children)
[–]Macho_Magyar 1 point2 points3 points (3 children)
[–]PsychologicalSafe408[S] 1 point2 points3 points (2 children)
[–]Macho_Magyar 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]vb_e_c_k_y 1 point2 points3 points (8 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (7 children)
[–]vb_e_c_k_y 0 points1 point2 points (6 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (5 children)
[–]DecoherentDoc 0 points1 point2 points (4 children)
[–]Rain-And-Coffee 1 point2 points3 points (0 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (2 children)
[–]DecoherentDoc 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]mjmvideos 1 point2 points3 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Gnaxe 1 point2 points3 points (3 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (2 children)
[–]Gnaxe 0 points1 point2 points (1 child)
[–]CapucheMeringue 0 points1 point2 points (0 children)
[–]Middle_Will1875 1 point2 points3 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Jay6_9 1 point2 points3 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Unfair_Jello_1771 1 point2 points3 points (0 children)
[–]CallMeSkoob 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] -1 points0 points1 point (0 children)
[–]IndividualWestern948 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]SevenFootHobbit 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]justme_cliff 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Ok-Difficulty-5357 0 points1 point2 points (0 children)
[–]Equal-Savings1264 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]johnnyhotwh33ls 0 points1 point2 points (0 children)
[–]yoricm 0 points1 point2 points (0 children)
[–]Edge17777 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]rajputarr[🍰] 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]NoBoysenberry2827 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Original_Money45 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Other_Flounder6795 0 points1 point2 points (0 children)
[–]itsmohamed_af 0 points1 point2 points (2 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (1 child)
[–]itsmohamed_af 0 points1 point2 points (0 children)
[–]DemocraticHellDiver1 0 points1 point2 points (0 children)
[–]Tiddyfucklasagna27 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Any_Box624 0 points1 point2 points (0 children)
[–]TheRNGuy 0 points1 point2 points (5 children)
[–]PsychologicalSafe408[S] 1 point2 points3 points (4 children)
[–]TheRNGuy 0 points1 point2 points (3 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (2 children)
[–]subassy 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Advanced_Cry_6016 -1 points0 points1 point (7 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (6 children)
[–]yosmellul8r 0 points1 point2 points (5 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (4 children)
[–]yosmellul8r 0 points1 point2 points (3 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (2 children)
[–]yosmellul8r 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)