Exactly the same problem. That is because the system supports Python 3.5, 
but f-strings require Python 3.6 or higher.

On Monday, April 6, 2020 at 8:51:49 PM UTC-4, Tornax wrote:
>
> Hello! At this moment I'm trying to solve the "Vetigium"-Problem in the 
> qualification round 2020.
> I'm printing my solution with this line (I'm using Python 3.8):
>
> print(f"Case #{solveTestCase}: {trace} {rowsSame} {columnsSame}", flush=True)
>
> It works fine on my System, it prints the right solution but when I'm 
> submitting it, it says that it's a wrong answer. <br>
> I couldn't find anything useful in the FAQ. Do you have any ideas what I 
> could do??
> Btw. this is my output when I'm running my script:
> ```
> Case #1: 4 0 0
> Case #2: 9 4 4
> Case #3: 8 0 2
> ```
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/4e50fb1f-af2e-4db7-8f68-06217dd41a15%40googlegroups.com.

Reply via email to