I am trying to complete the challenge
extends Node2D
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame.
func test():
var my_int = (13 + 7) * 8
print(my_int)
It doesnt show the output anywhere
this is what shows in the output field
Godot Engine v4.1.1.stable.official.bd6af8e0e - https://godotengine.org
OpenGL API 3.3.0 NVIDIA 516.40 - Compatibility - Using Device: NVIDIA - NVIDIA GeForce GTX 1660 Ti