1st Day blog here
听说现在博客blog 已经out (不时髦) 了。But i am willing to mark 一下. 我也不知道之前的blog 写没写过东西了。
就在这里写一点吧。本人确定这里的博客是以技术为主。如 Python,AI Algorithm(e.g 推荐算法).
s = "helloworld" print (2 * s) print (s * 2)Above Results are the same
helloworldhelloworld helloworldhelloworld