Add untyped variables
This commit is contained in:
parent
8c71057fd1
commit
73b9b7ab5f
@ -4,3 +4,7 @@
|
||||
class main:
|
||||
def __init__(self):
|
||||
print("Hello CICD")
|
||||
string = "this is an unmarked string"
|
||||
integer = 7
|
||||
print(string)
|
||||
print(integer)
|
||||
|
Loading…
Reference in New Issue
Block a user