Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~307 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for david.nicely.393

In Python you don't declare variables. To read an input value, and supposing you use Python2, try the following at the interactive prompt: price = input("Give price: ") print price (entering a value when pompted). This should give you an idea. If you want to read string values rather than …

Member Avatar for sneekula
0
135
Member Avatar for SuperMetroid

You are mixing GET-type (indicated by ? in the URL) and POST-type parameters. Put the action and creator_badge_index parameters also in the dictionary. And probably you need to provide the other hidden fields from the form also. Something like (untested): [CODE]paramdict = { 'action': 'grant-revoke', 'creator_badge_index': '1', 'token': '92dcd92a8bc16f73f330d118ae1ed891', 'do-grant': …

Member Avatar for SuperMetroid
0
172

The End.