Python Institute lab 2.1.1.20

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you! Very interesting to see how you approached doing this. I'm learning python, but I got a bit stumped with some of the prompts this lab was asking for.

ClosedBox
Автор

Its funny to see how people interpret the task differently, I think the below string I wrote covers all tasks in one single line, taking into account the seperator statement is taught in the previous lesson.

print(" * "*2, " * * "*2, " * * "*2, " * * "*2, "*** ***"*2, " * * "*2, " * * "*2, " "*2, sep="\n") < seems youtube messes up a space but easy to fix in the interpreter

DutchmanGroup
Автор

Thank you for the video. Really helped. I'm new to coding and was clueless until this video.

f.s.
Автор

Thanks for explaining everything clearly, it's nice to have always have help, thank you again!

iBassCrazi
Автор

Thank you for making this video!!! It was really helpful. Hopefully you continue to make more of this!

franklinmaradiaga
Автор

Thank ya my man! Was helpful for completing a Python lab. I had some coding experience prior, but this one was kinda difficult; it would be especially difficult for first-timers since it involves a visual sequence along with coding program.

HybridGib