From 8bb566518951fa7b0b8d8ab80691960b61a1fc16 Mon Sep 17 00:00:00 2001 From: vanshikapandey Date: Sun, 8 Oct 2023 14:05:53 +0530 Subject: [PATCH] testing --- Python/backtracking/Cryptarithmetic_Problem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/backtracking/Cryptarithmetic_Problem.py b/Python/backtracking/Cryptarithmetic_Problem.py index 84cd5cc616..9e7c335444 100644 --- a/Python/backtracking/Cryptarithmetic_Problem.py +++ b/Python/backtracking/Cryptarithmetic_Problem.py @@ -13,7 +13,7 @@ Distinct variables are: S, E, N, D, M, O, R, Y Domain: {0,...,9} - +test ''' # importing the necessary libraries