[gcj] Re: Cryptopanagram problem: sample failed RE

2020-03-14 Thread BENJAMIN ONONOGBU
Yeah thanks for the assistance, am using python 3.7.After the removal of the f strings, it passed the sample case but still gave runtime error (test skipped). but am yet to see any bug. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To

[gcj] Re: Cryptopanagram problem: sample failed RE

2020-03-14 Thread porker2008
The reason why you are getting *Runtime Error* is because you used Formatted string literals which is new in version 3.6 However, code jam used version 3.5.3 (see FAQ: https://codingcompetitions.withgoogle.com/codejam/faq Section *Platform*) *Python 3:* *3.5.3 (package: python3.5)* * numpy