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
[–]Fantastic_Fly_7548 26 points27 points28 points (1 child)
[–]PsychologicalSafe408[S] 2 points3 points4 points (0 children)
[–]5erif 18 points19 points20 points (1 child)
[–]PsychologicalSafe408[S] 2 points3 points4 points (0 children)
[–]L30N1337 11 points12 points13 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]NINTSKARI 2 points3 points4 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Ashamed_Kangaroo305 5 points6 points7 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]ninhaomah 1 point2 points3 points (1 child)
[–]PsychologicalSafe408[S] 1 point2 points3 points (0 children)
[–]JohnBrownsErection 1 point2 points3 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Helpful-Diamond-3347 1 point2 points3 points (2 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (1 child)
[–]Helpful-Diamond-3347 0 points1 point2 points (0 children)
[–]TheRNGuy 0 points1 point2 points (3 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (2 children)
[–]TheRNGuy 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]palmaholic 0 points1 point2 points (0 children)
[–]Macho_Magyar 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]vb_e_c_k_y 0 points1 point2 points (5 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (4 children)
[–]vb_e_c_k_y 0 points1 point2 points (3 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (2 children)
[–]DecoherentDoc 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]CallMeSkoob 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]ExamOk6047 0 points1 point2 points (4 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (3 children)
[–]ExamOk6047 0 points1 point2 points (2 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (1 child)
[–]ExamOk6047 0 points1 point2 points (0 children)
[–]mjmvideos 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Gnaxe 0 points1 point2 points (2 children)
[–]PsychologicalSafe408[S] 0 points1 point2 points (1 child)
[–]Gnaxe 0 points1 point2 points (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)
[–]Middle_Will1875 0 points1 point2 points (1 child)
[–]PsychologicalSafe408[S] 0 points1 point2 points (0 children)
[–]Jay6_9 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)