Hello guys, welcome again. Today we are going to solve a simple problem from the internet "Making a Box" problem.
You can find the problem by the link below: -
https://edabit.com/challenge/dy3WWJr3...
In this problem:
Create a function that creates a box based on dimension n.
Examples
make_box(5) ➞ [
"#####",
"# #",
"# #",
"# #",
"#####"
]
make_box(3) ➞ [
"###",
"# #",
"###"
]
make_box(2) ➞ [
"##",
"##"
]
make_box(1) ➞ [
"#"
]
Used Library and Topics:
Library - None
Topics: Loops
Chapters By timestamp:
00:00 - 00:25 - Introduction of video
00:25 - 00:53 - Introduction Of Problem
00:53 - 01:21 - Taking input from the user
01:21 - 01:47 - Running a loop
01:47 - 02:21 - writing conditions for first and last line
02:21 - 02:45 - Writing print statement for rest lines
02:46 - 05:51 - Testing program and corrections
BE MY FRIEND:
🌍Check my website: https://thecodepanda.in/
📸Add me on Instagram: / thecodepanda.in
📕Add me on Facebook: / thecodepanda.in
ABOUT MY CHANNEL:
Hi! I’m The Code Panda. On my channel, you will find Programming videos. We love sharing Python, Java, C, C++ Tutorials & programs with you guys as we experience them ourselves.
Watch Complete Python Series :
• Introduction To Python : What's inside thi...
Watch Complete Playlist :
• Python Daily Programs
Subscribe here to see more of my videos in your feed!
/ @thecodepanda
Feel free to add me on Instagram/Facebook/Reddit/Vk: thecodepanda.in
python practice problem, python practice problems, python practice problems for beginners, python practice problems geeks for geeks, python practice problems pdf, python practice problems with solutions pdf, python practice problems for intermediate, python practice problems on lists, python practice problems book, python practice problems and solutions, python practice problems beginners, best python practice problems, python practice problems for beginners pdf, python 3 practice problems for beginners, big o practice problems python, python class practice problems, list comprehension python practice problems, practice python coding problems, python dictionary practice problems, python data science practice problems, python data analysis practice problems, python data structures practice problems, python data types practice problems,
easy python practice problems, python if else practice problems, regular expression practice problems python, python practice problems for beginners with solutions, python practice problems for loops, python practice problems for data science, python practice problems free, python function practice problems