Skip to main content

Posts

Showing posts with the label bitcoin

HTML Interview Question || What are the Basic Interview Questions in HTML? ||HTML Interview Question and Answer - Creation Code

  Top 4 HTML interview questions for your coming interview 1. What are attributes? Each tag can take in additional attributes that change the way the tag behaves. For example, an input tag has a type attribute, which allows you to specify whether the input field is a text field, checkbox, or radio button among other options. 2. What are entities in HTML? HTML character entities are used to replace reserved characters in HTML. You can also replace characters that are not present on your keyboard by using entities. 3. Explain HTML5? HTML5 is the most recent version of the Hypertext Markup Language. HTML5 introduces several new features: Adding new attributes Allow offline editing Adding new parsing rules to enhance flexibility Support (Web SQL) Support Protocol and MIME handler registration, allowing you to change the way of user interaction with documents. 4. What is an API for HTML5? An API, which stands for Application Programming Interfaces, is a way to build various web applications

How to draw bitcoin logo in python | Bitcoin in python

As you know bitcoin has made a good impression in the crypto world so it become very popular. So let's show your python skills and make it in our language. Code: import turtle as t t.bgcolor( "orange" ) t.pensize( 15 ) t.pencolor( "white" ) t.left( 80 ) t.forward( 30 ) t.right( 90 ) t.forward( 40 ) t.right( 90 ) t.forward( 30 ) t.back( 30 ) t.left( 90 ) t.forward( 20 ) t.circle( 40 , 180 ) t.forward( 70 ) t.right( 90 ) t.forward( 5 ) t.right( 90 ) t.forward( 70 ) t.circle( 40 , 180 ) t.forward( 20 ) t.right( 90 ) t.forward( 30 ) t.back( 30 ) t.left( 90 ) t.forward( 40 ) t.right( 90 ) t.forward( 30 ) t.back( 30 ) t.left( 90 ) t.forward( 40 ) t.back( 29 ) t.left( 90 ) t.forward( 160 ) t.right( 90 ) t.forward( 29 ) t.done() Output: https://youtu.be/Qyt_6nUrwdA Github: You can also find the code  here Follow my socials: Youtube: https://www.youtube.com/channel/UCU1qNFntn7dCi9uqyvrGKOg Instagram:  https://www.instagram.com/python.math/ Twitter: https://twitter.com/