How to use python module on windows command prompt

前端 未结 0 451
逝去的感伤
逝去的感伤 2020-12-04 09:56

I run this module on python shell,

*encoder.py*

import base64

def str_to_base64(x):
    return base64.b64encode(x.encode(\'utf-8\'))

print(str_to_base64(\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题