一、字面常量
常量即程序运行期间,固定不变,不可修改的量称为常量。
public class Demo{public static void main(String[] args){System.Out.println("hello world!");System.Out.println(100);System.Out.println(3.14);System.Out.println(A);System…
idea中Run/Debug Python项目报错 Argument for NotNull parameter module of ...
idea中运行Python项目main.py时报错:
Error running main: Argument for NotNull parameter module of com/intellij/openapi/roots/ModuleRootManager.getInstance must not be nu…