Posts by Fernando Barros • 39 points
5 posts
-
0
votes1
answer680
viewsQ: Dictionary with FOR loop in Python
While I study Python, time or other unpacking my own exercises. Only this time I 'Stopped' when I decided to do the code below. for c in range (3): bd = {} nome = input('Insira seu nome: ')…
python-3.xasked Fernando Barros 39 -
0
votes0
answers370
viewsQ: Fatal error: strict_types declaration must be the very first statement in the script in... (PHP7)
I’m studying PHP and can’t identify the cause of this error: "Fatal error: strict_types declaration must be the very first statement in the script in C: Users Fernando Onedrive_development_projet…
phpasked Fernando Barros 39 -
0
votes1
answer5140
viewsQ: Update version of Python
I have been researching since early but I can not solve this doubt: How to update Python via command prompt in Windows?
python-3.xasked Fernando Barros 39 -
2
votes0
answers38
viewsQ: How to display the content slowly when using the print function without breaking line?
PYTHON 3 import time for i in range (1, 11): time.sleep(1) print (i) RESULT: Screen output every second. Based on the above instructions, every time the condition is true a result will be printed on…
-
1
votes0
answers53
viewsQ: Program in Python 3
I’m a beginner in Python 3. I’m using Pycharm v.2017.3.3 and would like to know how to finish my project "Hello World" for a friend to run on your Windows. Someone could help me? Grateful.…
pythonasked Fernando Barros 39