BVenetta

Results 2 issues of BVenetta

**Error in example for Casting in section Checking Data types and Casting for the following code;** ```# int to float num_int = 10 print('num_int',num_int) # 10 num_float = float(num_int) print('num_float:',...

Go to the data folder and use the [countries_data.py](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/data/countries-data.py) file. This is the level 3 exercise 3 for day 10. I am struggling with how exactly i import and use...