blockchain icon indicating copy to clipboard operation
blockchain copied to clipboard

fixed have other nodes,sync the chain

Open npm-ued opened this issue 7 years ago • 3 comments

#77 fixed it

npm-ued avatar Mar 11 '18 06:03 npm-ued

File "blockchain.py", line 50 print(f'{last_block}') ^ SyntaxError: invalid syntax

that single quote mark has some problems ,could you please help me...

zhouzhou84 avatar Mar 29 '18 07:03 zhouzhou84

File "blockchain.py", line 50 print(f'{last_block}') ^ SyntaxError: invalid syntax that single quote mark has some problems ,could you please help me...

You're using Python3.6 right? f-string support was introduced there.

ohathar avatar Apr 05 '18 18:04 ohathar

Yeah,I check it again,I don't konw what happened,it run ,thank you so much ~ On 2018-04-06 02:14 , ohathar Wrote: File "blockchain.py", line 50 print(f'{last_block}') ^ SyntaxError: invalid syntax that single quote mark has some problems ,could you please help me... You're using Python3.6 right? f-string support was introduced there. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

zhouzhou84 avatar Apr 05 '18 18:04 zhouzhou84