1 Reputation Point
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
2 Posted Topics
Re: 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 … | |
Re: 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': … |
The End.