<title>Jonny Jonny Yes Papa</title> <meta name="description" content="A fun and catchy children's song about Jonny and his Papa."> <meta name="keywords" content="Jonny Jonny Yes Papa, children song, nursery rhyme">
<!-- Built-In Functions for Apps --> <script type="text/javascript"> var localStoragePrefix = "ct-169246839870079"; var lastSave = 0; // save to localstorage function saveLocal(data) { if (Date.now() - lastSave < 1000) { return; } // save to cookie let cookie = localStoragePrefix + "=" + JSON.stringify(data) + "; path=" + window.location.pathname + "'; SameSite=Strict"; cookie += "; expires=" + new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 1000).toUTCString(); document.cookie = cookie; lastSave = Date.now(); }
// load from localstorage function loadLocal() { var cookiePrefix = localStoragePrefix + "="; var cookieStart = document.cookie.indexOf(cookiePrefix); if (cookieStart > -1) { let cookieEnd = document.cookie.indexOf(";", cookieStart); if (cookieEnd == -1) { cookieEnd = document.cookie.length; } var cookieData = document.cookie.substring(cookieStart + cookiePrefix.length, cookieEnd); return JSON.parse(cookieData); } } </script>
<script type="text/javascript"> // App Javascript Goes Here </script> <style> /* App CSS Goes Here */ body { background-color: #f8f9fa; } .container { max-width: 600px; margin-top: 50px; } h1 { text-align: center; font-family: 'Pacifico', cursive; font-size: 32px; color: #007bff; margin-bottom: 30px; } .song-container { margin-bottom: 30px; background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); } .song-title { text-align: center; font-family: 'Pacifico', cursive; font-size: 24px; color: #007bff; margin-bottom: 10px; } .song-lyrics { font-family: 'Roboto', sans-serif; font-size: 16px; color: #333333; line-height: 1.5; } .trivia-container { background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); } .trivia-title { font-family: 'Pacifico', cursive; font-size: 24px; color: #007bff; margin-bottom: 10px; } .trivia-text { font-family: 'Roboto', sans-serif; font-size: 16px; color: #333333; line-height: 1.5; } .goofs-container { background-color: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); } .goofs-title { font-family: 'Pacifico', cursive; font-size: 24px; color: #007bff; margin-bottom: 10px; } .goofs-text { font-family: 'Roboto', sans-serif; font-size: 16px; color: #333333; line-height: 1.5; } </style> <link rel="canonical" href="https://calculator.tools/prompt/4397/"> <meta charset="utf-8"> </head> <body> <div id="main-container" class="container"> <h1>Jonny Jonny Yes Papa</h1> <div class="song-container"> <div class="song-title">Jonny Jonny Yes Papa</div> <div class="song-lyrics"> Jonny Jonny<br> Yes Papa<br> Eating sugar<br> No Papa<br> Telling lies<br> No Papa<br> Open your mouth<br> Ha Ha Ha </div> </div> <div class="trivia-container"> <div class="trivia-title">Trivia</div> <div class="trivia-text"> - The song is a popular nursery rhyme that originated in the 20th century.<br> - It is often sung by children and used as a fingerplay.<br> - The lyrics tell the story of Jonny and his Papa.<br> - The song has a catchy melody and repetitive lyrics, making it easy for children to learn and sing along.<br> - The song has been adapted and translated into many different languages.<br> - It is often accompanied by hand gestures and actions.<br> - The song has gained popularity through online videos and children's entertainment channels.<br> </div> </div> <div class="goofs-container"> <div class="goofs-title">Goofs</div> <div class="goofs-text"> - In some versions of the song, the lyrics may vary slightly.<br> - The song may have different variations and adaptations in different cultures.<br> - The song may be misinterpreted as promoting unhealthy eating habits or dishonesty, but it is meant to be a fun and playful children's song.<br> - The song may have different interpretations and meanings.<br> - The song may be used in different educational settings to teach children about honesty and healthy eating habits.<br> </div> </div> </div> <script type="text/javascript"> var localStoragePrefix = "ct-{{ cachebreaker }}"; var lastSave = 0; function saveLocal(data) { if (Date.now() - lastSave < 1000) { return; } let cookie = localStoragePrefix + "=" + JSON.stringify(data) + "; path=" + window.location.pathname + "'; SameSite=Strict"; cookie += "; expires=" + new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 1000).toUTCString(); document.cookie = cookie; lastSave = Date.now(); } function loadLocal() { var cookiePrefix = localStoragePrefix + "="; var cookieStart = document.cookie.indexOf(cookiePrefix); if (cookieStart > -1) { let cookieEnd = document.cookie.indexOf(";", cookieStart); if (cookieEnd == -1) { cookieEnd = document.cookie.length; } var cookieData = document.cookie.substring(cookieStart + cookiePrefix.length, cookieEnd); return JSON.parse(cookieData); } } </script>
Calculator Tools allows you to instantly create and generate any simple one page web app for
free and immediately have it online to use and share. This means anything! Mini apps,
calculators, trackers, tools, games, puzzles, screensavers... anything you can think of that the
AI can handle.
The AI uses Javacript, HTML, and CSS programming to code your app up in moments. This currently
uses GPT-4 the latest and most powerful version of the OpenAI GPT language model.
What Do You Mean Make An App?
Have you ever just wanted a simple app but didn't want to learn programming or pay someone to
make it for you? Calculator Tools is the solution! Just type in your prompt and the AI will
generate a simple app for you in seconds. You can then customize it to your liking and share it
with your friends.
AI has become so powerful it is that simple these days.
Does This Use ChatGPT?
It uses GPT-4 which is the most powerful model for ChatGPT.
Calculator Tools does not remember things from prompt to prompt, each image is a unique image
that does not reference any of the images or prompts previously supplied.