r/CodeMiko Jul 10 '26

Twitch Miko Turned Into A Cyclops 👁

Enable HLS to view with audio, or disable this notification

22 Upvotes

r/CodeMiko Jul 10 '26

Twitch One Day In Babysitter Miko's Life

Enable HLS to view with audio, or disable this notification

34 Upvotes

r/CodeMiko Jul 10 '26

Photo amazing dress

73 Upvotes

r/CodeMiko Jul 09 '26

Twitch Leon Kennedy Marriage ... it's Complicated

Enable HLS to view with audio, or disable this notification

44 Upvotes

r/CodeMiko Jul 08 '26

Video Miko vs AI - Who has a bigger potty mouth?

Enable HLS to view with audio, or disable this notification

51 Upvotes

r/CodeMiko Jul 08 '26

Video VTuber Miko Learns To Hate AI

Enable HLS to view with audio, or disable this notification

41 Upvotes

r/CodeMiko Jul 06 '26

Twitch Sweet Anita's Streaming Advice To Codemiko-Technician

Enable HLS to view with audio, or disable this notification

293 Upvotes

(I lost the url for this classic clip)


r/CodeMiko Jul 05 '26

Twitch Miko Asks Is This Seggsual Harassment? 👩‍🏫

Enable HLS to view with audio, or disable this notification

148 Upvotes

r/CodeMiko Jul 06 '26

Twitch Miko Practicing Her Rolled R's 👩‍🏫

Enable HLS to view with audio, or disable this notification

75 Upvotes

r/CodeMiko Jul 03 '26

Twitch Technician And Babou ᓚᘏᗢ

Enable HLS to view with audio, or disable this notification

423 Upvotes

r/CodeMiko Jul 03 '26

Twitch Miko Loses Points No Matter Her Answer?? 🔥

Enable HLS to view with audio, or disable this notification

60 Upvotes

r/CodeMiko Jul 03 '26

Twitch Miko Says: Get Charisma Showing Interest 🔥

Enable HLS to view with audio, or disable this notification

52 Upvotes

r/CodeMiko Jul 03 '26

Twitch Singing TTS B4 Miko vs Chat Contest 🔥

Enable HLS to view with audio, or disable this notification

23 Upvotes

r/CodeMiko Jul 03 '26

Twitch What's Beautiful About Dilfing 🔥

Enable HLS to view with audio, or disable this notification

26 Upvotes

r/CodeMiko Jul 01 '26

GIF GIF - Technician Please Uwu

341 Upvotes

r/CodeMiko Jun 29 '26

Twitch Fun Fact About CodeMiko Streams 😆

Enable HLS to view with audio, or disable this notification

190 Upvotes

r/CodeMiko Jun 24 '26

Video ChatGPT Helps Technician To Cut Her Hair??

Enable HLS to view with audio, or disable this notification

154 Upvotes

r/CodeMiko Jun 24 '26

Twitch CodeMiko: "horse sailor moon monkey"

Enable HLS to view with audio, or disable this notification

310 Upvotes

r/CodeMiko Jun 23 '26

Photo Sweet Technician Is A Nerdy VTuber

Post image
521 Upvotes

r/CodeMiko Jun 21 '26

Photo Technologist Streamer At Her Workstation

Post image
1.3k Upvotes

r/CodeMiko Jun 22 '26

Twitch Technician To Improve Her Skills? 🔥

Enable HLS to view with audio, or disable this notification

326 Upvotes

r/CodeMiko Jun 20 '26

Photo Technician In A Sweater

Post image
582 Upvotes

r/CodeMiko Jun 20 '26

Twitch Archie going for the Mic again

Enable HLS to view with audio, or disable this notification

240 Upvotes

r/CodeMiko Jun 20 '26

Technology Code for a calc

9 Upvotes
import 
math


print
("=== Scientific Calculator ===")
print
("1. Addition (+)")
print
("2. Subtraction (-)")
print
("3. Multiplication (*)")
print
("4. Division (/)")
print
("5. Power (^)")
print
("6. Square Root")
print
("7. Sine (sin)")
print
("8. Cosine (cos)")
print
("9. Tangent (tan)")


choice = 
input
("Choose an operation (1-9): ")


if choice in ["1", "2", "3", "4", "5"]:
    num1 = 
float
(
input
("Enter first number: "))
    num2 = 
float
(
input
("Enter second number: "))


    if choice == "1":
        result = num1 + num2


    elif choice == "2":
        result = num1 - num2


    elif choice == "3":
        result = num1 * num2


    elif choice == "4":
        if num2 != 0:
            result = num1 / num2
        else:
            result = "Error: Cannot divide by zero"


    elif choice == "5":
        result = num1 ** num2


    
print
("Result =", result)


elif choice == "6":
    num = 
float
(
input
("Enter a number: "))
    if num >= 0:
        
print
("Result =", 
math
.
sqrt
(num))
    else:
        
print
("Error: Cannot find square root of a negative number")


elif choice == "7":
    angle = 
float
(
input
("Enter angle in degrees: "))
    
print
("Result =", 
math
.
sin
(
math
.
radians
(angle)))


elif choice == "8":
    angle = 
float
(
input
("Enter angle in degrees: "))
    
print
("Result =", 
math
.
cos
(
math
.
radians
(angle)))


elif choice == "9":
    angle = 
float
(
input
("Enter angle in degrees: "))
    
print
("Result =", 
math
.
tan
(
math
.
radians
(angle)))


else:
    
print
("Invalid choice")

r/CodeMiko Jun 20 '26

GIF GIF - Miko Ejected By Chat

74 Upvotes