Posts by ygor98ss • 13 points
3 posts
-
1
votes1
answer31
viewsQ: Import a file that starts with numbers in Python
I have the following problem: I am trying to import a module into Python. I have the following code: # -*- coding: utf-8 -*- import 01_Jogo print("----------------------------------------")…
-
0
votes2
answers124
viewsA: Loop problem when using Do-While (C language)
Hello, Try changing the type of the variable to float. As you declared it to be the whole type, if you force a float type input C does not convert it automatically. In a way it’s a language way of…
-
0
votes1
answer71
viewsA: Excel Cell with VBA
Hello, While observing your code, I realize that it is missing to declare the guy of the local variable "Imagery". Even if you don’t use it, you might want to declare. Another thing, you are only…