Intro to AI: Cryptarithmetic Puzzles

  Рет қаралды 384

TokyoEdtech

TokyoEdtech

Күн бұрын

Пікірлер
@AhmedMemon-s1u
@AhmedMemon-s1u 3 ай бұрын
Absolutely love you, sir! ❤ So glad to see you back after such a long time! 🎉
@TokyoEdTech
@TokyoEdTech 3 ай бұрын
@@AhmedMemon-s1u Thanks - glad to be back!
@otbwtf17
@otbwtf17 3 ай бұрын
Hey Tokyo! I was waiting for a new video. I enjoy these! Good video!
@TokyoEdTech
@TokyoEdTech 3 ай бұрын
@@otbwtf17 Thanks - much appreciated! Keep on codin' and please subscribe!
@4sQuizzes
@4sQuizzes 3 ай бұрын
i attempted this in python shell and it manually went through and showed me all the tries and then crashed. 💀 Thank you for the video though
@TokyoEdTech
@TokyoEdTech 3 ай бұрын
@@4sQuizzes If you share your code and any error messages here I can take a look.
@4sQuizzes
@4sQuizzes 3 ай бұрын
@@TokyoEdTech import random print ("Cryptarithmetic Puzzle") while True: # Choose random values S= random.randint (0,9) E= random.randint (0,9) N= random.randint (0,9) D= random.randint (0,9) M= random.randint (0,9) O= random.randint (0,9) R= random.randint (0,9) Y= random.randint (0,9) #Did we find a solution SEND = S * 1000 + E * 100 + N * 10 + D MORE = M * 1000 + O * 100 + R * 10 + E MONEY = M * 10000 + O * 1000 + N * 100 + E * 10 + Y if SEND + MORE == MONEY: break print(f" {S} {E} {N} {D}") print(f"+ {M} {O} {R} {E}") print(f"---------------------") print(f" {M} {O} {N} {E} {Y}")
@TokyoEdTech
@TokyoEdTech 3 ай бұрын
@@4sQuizzes Hi. The print statements should not be indented at all.
@4sQuizzes
@4sQuizzes 3 ай бұрын
@@TokyoEdTech ahh thank you
@TokyoEdTech
@TokyoEdTech 3 ай бұрын
@@4sQuizzes You are welcome.
Intro to AI: Breadth First Search
27:39
TokyoEdtech
Рет қаралды 305
Intro to AI: Constraint Satisfaction Problems
26:12
TokyoEdtech
Рет қаралды 635
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Local GraphRAG with LLaMa 3.1 - LangChain, Ollama & Neo4j
15:01
Coding Crash Courses
Рет қаралды 35 М.
Why Your Backend Shouldn't Serve Files
19:40
Boot dev
Рет қаралды 44 М.
Why I Like the BASIC Programming Language
6:36
HE360
Рет қаралды 10 М.
6 Months of Testing C++ Build Systems: Here’s What You Need to Know
16:33
How Many Words Do You Need To Beat Scribblenauts?
37:58
Big Garf
Рет қаралды 1,5 МЛН
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 175 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 904 М.
Hardy's Integral
13:47
Michael Penn
Рет қаралды 17 М.
Python WiFi
11:16
David Bombal
Рет қаралды 1,6 МЛН