DataStructure

Hello Janshu

2020-11-09  本文已影响0人  shydowLi
def  run():
   print("hello jianshu")

if __name__ == '__main__':
   run()
public class test {
    public static void main(String[] args) {
        System.out.println("hello java");
    }
}
上一篇下一篇

猜你喜欢

热点阅读