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");
}
}
def run():
print("hello jianshu")
if __name__ == '__main__':
run()
public class test {
public static void main(String[] args) {
System.out.println("hello java");
}
}