I\'m new to Python, so I\'ve been running through my own set of exercises to simply start memorizing basic functions and syntax. I\'m using Pycharm IDE and Python 3.4. I\'ve
i think this is pretty cool way to Concatenate string and int in python
print (f"Type string: {123}") print (f"Concatenate strings and ints {10}")