The Billion Dollar Ransom
The Billion Dollar Ransom is the 73rd title of the Hardy Boys Mystery Stories, written by Franklin W. Dixon. It was published by Wanderer Books in 1982.
Author | Franklin W. Dixon |
---|---|
Country | United States |
Language | English |
Series | Hardy Boys |
Genre | Detective, mystery |
Publisher | Wanderer Books |
Publication date | 1982 |
Media type | Print (paperback) |
Pages | 189 pp (first edition paperback) |
ISBN | 0-671-42355-X (first edition paperback) |
OCLC | 7925033 |
LC Class | PZ7.D644 Bi 1982 |
Preceded by | The Voodoo Plot |
Followed by | Tic-Tac-Terror |
Plot summary
The Hardy boys help out when a magicians' tournament 'Bold text'is threatened by mysterious happenings. Frank and Joe naturally catch the magician who kidnapped the President and all culprits by slowly closing in on their position and taking control.
gollark: Python has more library support for the various useful tasks I need.
gollark: > Why is it not written in Superior: tm: Rust?!ABRv1 was, this is not.
gollark: I did make a bunch of tweaks since I don't like how it did stuff.
gollark: It MIGHT be somewhat entirely derived from JSK.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.