String_formatting.py


Sign up Free. Don't forget to check out our challenges, lessons, solve and learn series and more ...


Code Snippet

print("My name is %s and the last time I weighed myself I was %d KG!" %("Mr Moose",75))
                    

Try it yourself