Python Forum
Padlock of alphabetical strings - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: Padlock of alphabetical strings (/thread-36048.html)

Pages: 1 2


RE: Padlock of alphabetical strings - majidkhan6722 - Jan-15-2022

The first line of the input gives the number of test cases, TT . TT test cases follow.
Each test case consists of two lines.
The first line of each test case contains the string SS .
The second line of each test case contains the string FF .


RE: Padlock of alphabetical strings - mariasmith1122 - Aug-06-2022

K...changed things up again...Close, but not cigar.
Quote:.
.cheated a little because my "op_count” variable wouldn't work so I subtracted the numerical value from each other to get the steps and assigned them to my variable
Quote:.
The calc is still off for some reason.