Https://www.freecodecamp.org/learn/scientific-computing-with-python/learn-classes-and-objects-by-building-a-sudoku-solver/step-7

Hi! Just out of curiosity, is there a way to type the string assign to the upper_lines variable in the keyboard?

def __str__(self):
        upper_lines = f'\n╔═══{"╤═══"*2}{"╦═══"}{"╤═══"*2}{"╦═══"}{"╤═══"*2}╗\n'
        middle_lines

Please put the link to the Step in the post body. We can’t click on a link in a title

My bad, its my first time asking here. Thank you for the info! I already edited my post.

Yes, there is but is not straight forward as typing a key per character.
Search for how to enter unicode characters with a keyboard.

Thank you for the info!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.