# Doubt regarding pythonn 6 hour video in ur YouTube channel

**URL:** https://forum.codewithmosh.com/t/doubt-regarding-pythonn-6-hour-video-in-ur-youtube-channel/6658
**Category:** Python
**Created:** [August 8, 2021, 7:15am UTC](https://forum.codewithmosh.com/t/doubt-regarding-pythonn-6-hour-video-in-ur-youtube-channel/6658 "2021-08-08T07:15:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Avi](https://avatars.discourse-cdn.com/v4/letter/a/b9bd4f/32.png) [@Avi](https://forum.codewithmosh.com/u/Avi)
#### Post date: [August 8, 2021, 7:15am UTC](https://forum.codewithmosh.com/t/doubt-regarding-pythonn-6-hour-video-in-ur-youtube-channel/6658/1 "2021-08-08T07:15:51Z")

</div>

![IMG_20210808_123730](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/a/a9c3abc18645b152230f38ca69b7c9216eea1a45.jpeg)  
You had given a homework in this video on ur YouTube channel.Can u pls say this image and tell is this crct or if not pls tell why is wrong

---

<div class="post-metadata">

### Author: ![TaserFace20](https://avatars.discourse-cdn.com/v4/letter/t/6a8cbe/32.png) [@TaserFace20](https://forum.codewithmosh.com/u/TaserFace20)
#### Post date: [August 12, 2021, 9:39pm UTC](https://forum.codewithmosh.com/t/doubt-regarding-pythonn-6-hour-video-in-ur-youtube-channel/6658/2 "2021-08-12T21:39:56Z")

</div>

Hey @Avi,

Welcome to the form. Great first step!.

Two things I would recommend are

1. make your code less ridged. eg. instead of ‘print("Price of a house is $1M.)’ → ‘print( **f**"Price of a house is $ **{price\_of\_house}**.)’. This allows you to reuse the code and not manually make a change every time the price changes.

2. The “=” needs space before and after. And no space after the ‘else’. This just keeps your code clean and uniform with other devs.
