Posts by Zinum • 47 points
4 posts
-
-3
votes2
answers61
viewsQ: Is there any way similar to the python . format method for VBA in Excel?
In python using the . format for this: users = ['profile1', 'profile2'] print("www.instagram.com/f{users[0]}/") Would soon come out: www.instagram.com/profile1/ Is there any similar method in vba?…
-
0
votes1
answer63
viewsQ: Red numbers in Visual Studio
I was testing the Python Colorama library and it occurred to me, does anyone know why? I can not run at all, this error appears: print (\033[33m'hello') ^ SyntaxError: unexpected character after…
-
1
votes2
answers58
viewsQ: problems with the Return function
I’m trying to make a program where the person has to write a number, but when she writes a number that doesn’t fit the requirements she has to write another. I can’t use the function return…
-
1
votes1
answer586
viewsQ: How to press the Instagram follow button? with python
I’m trying to create a robot to follow people on Instagram, but I saved on the most important part, to click to follow the person. I’m using the python language and the Selenium, gnt I’ve put from…