Skip to content
Snippets Groups Projects
Commit fe38f849 authored by Yolo Józsi's avatar Yolo Józsi
Browse files

format

parent 22fff1b8
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ btc_to_huf = btc_to_huf['HUF']
btc_to_huf = btc_to_huf['rate']
print("1 BTC = " + btc_to_huf + " HUF")
print("1 BTC = {} HUF".format(btc_to_huf))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment