Respuesta :

Lanuel

An executable code for an emoticon that is written in Python programming language is shown below.

What is an emoticon?

An emoticon can be defined as a graphical representation of the facial expressions that are used in computer-mediated communications, and it's formed by various combinations of a group of keyboard characters such as:

  • :-)
  • ;)
  • :)

In this scenario, an example of an executable code for an emoticon written in Python programming language is:

import simplegui

import math width = 300, height = 300;

face1 = false

face2 = false

def all_false(): global face1 global face2

def toggle_face1(): all_false() global face1

canvas.draw_circle((width/2, height/2), 40, 2, "#FCF4A3", "#FCF4A3")

frame.start()

Read more on emoticon here: https://brainly.com/question/17100255

#SPJ2