Mural:
MUral test
Loom video
Wistia video embed
This is nothing
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.design.widget.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:theme="@style/AppTheme.AppBarOverlay"> </android.support.design.widget.AppBarLayout> <include layout="@layout/content_main_lite" />
import string # Create an array to store the alphabetic characters alphabet = list(string.ascii_lowercase) # Open a file for writing file_path = 'alphabets.txt' with open(file_path, 'w') as file: # Write each alphabet to the file for letter in alphabet: file.write(letter + '\n') print(f"The alphabets have been saved to {file_path}.")
This is a Powerpoint embedded
JavaScript
// This is a single-line comment /* This is a multi-line comment */ // Variables let name = "John Doe"; // String let age = 30; // Number const PI = 3.14159; // Constant // Object let person = { name: "Jane Smith", age: 25, greet: function() { console.log(`Hello, my name is ${this.name}`); } }; // Array let fruits = ["Apple", "Banana", "Orange"]; // Function function square(num) { return num * num; } // Arrow function const multiply = (a, b) => a * b; // Conditionals if (age >= 18) { console.log("You are an adult"); } else { console.log("You are a minor"); } // Loop for (let i = 0; i < fruits.length; i++) { console.log(fruits[i]); } // Call functions console.log(square(5)); // Output: 25 console.log(multiply(3, 4)); // Output: 12 person.greet(); // Output: Hello, my name is Jane Smith
Stuff
The lad fancies himself a poet
ss