lol

52

        I-Idk I just play welcome to bloxburg & mm2 that’s it I guess
    
        hiiiiiiiiiii
    lol
01001110 01111010 01001101 00110010 01001111 01000100 01011001 01111000 01001110 01101101 01001001 00110011 01001110 01000100 01011001 00110101 01001110 01101010 01001101 00110011 01001110 01000100 01011001 00110010 01001110 00110010 01001001 00110001 01001110 01111010 01001101 00110000 01001110 01111010 01001001 00110010 01011010 01000100 01010101 00110001 01001110 01111010 01000001 00110001 01011010 01101010 01010001 01111010 01001110 01101010 01100111 01111010 01001110 01000100 01011010 01101010 01001110 01101101 01001101 01111010 01001101 01111010 01011010 01101100 01001110 01101010 01100011 01111010 01001101 01111010 01100100 01101011
# -*- coding: utf-8 -*-
"""
Created on Mon Aug 30 22:57:11 2021

@author: D99003734
"""
from datetime import datetime
from stock_class import Stock, DailyData
#from account_class import  Traditional, Robo
import matplotlib.pyplot as plt
import csv


def add_stock(stock_list):
      print("This method is under construction")

# Remove stock and all daily data
def delete_stock(stock_list):
    print("This method is under construction")
    
    
# List stocks being tracked
def list_stocks(stock_list):
    print("This method is under construction")
    
    # Add Daily Stock Data
def add_stock_data(stock_list):
   print("This method is under construction")
    
def investment_type(stock_list):
    print("This method is under construction")

# Function to create stock chart
def display_stock_chart(stock_list,symbol):
    print("This method is under construction")

# Display Chart
def display_chart(stock_list):
    print("This method is under construction")
  


                
 # Get price and volume history from Yahoo! Finance using CSV import.
def import_stock_csv(stock_list):
    print("This method is under construction")
    
   # Display Report 
def display_report(stock_list):
    print("This method is under construction")
    
def main_menu(stock_list):
    option = ""
    while True:
        print("Stock Analyzer ---")
        print("1 - Add Stock")
        print("2 - Delete Stock")
        print("3 - List stocks")
        print("4 - Add Daily Stock Data (Date, Price, Volume)")
        print("5 - Show Chart")
        print("6 - Investor Type")
        print("7 - Load Data")
        print("0 - Exit Program")
        option = input("Enter Menu Option: ")
        if option =="0":
            print("Goodbye")
            break
        
        if option == "1":
            add_stock(stock_list)
        elif option == "2":
            delete_stock(stock_list)
        elif option == "3":
            list_stocks(stock_list)
        elif option == "4":
           add_stock_data(stock_list) 
        elif option == "5":
            display_chart(stock_list)
        elif option == "6":
            investment_type(stock_list)
        elif option == "7":
            import_stock_csv(stock_list)
        else:
            
            print("Goodbye")

# Begin program
def main():
    stock_list = []
    main_menu(stock_list)

# Program Starts Here
if __name__ == "__main__":
    # execute only if run as a stand-alone script
    main()
const options = {
  method: 'GET',
  headers: {
    Authorization: `Bearer ${sk_rZb3CH2Yi3cNR6HDdKO48Wlbk3KOcrBu}`
  }
};

var license = 'KICKSTART-4UNH-LRJY-Q3YU-6SL0'
fetch(`https://api.hyper.co/v4/licenses/${license}`, options)
  .then(response => console.log(response))
  .catch(err => console.error(err));
<script>
function abc1(){
    var pos = document.getElementById("test");
    pos.style.background-image="linear-gradient(to right,  
    #85e085 0%,
    #85e085 90%,
    #ff9999 0%,
    #ff9999 10%);";
}
</script>
<body>
<div id="test" style="background-image: linear-gradient(to right,  
    #85e085 0%,
    #85e085 50%,
    #ff9999 0%,
    #ff9999 50%); width:200px;">dsfhdh2346346</div>

<input type=button value="CHANGE" onClick="abc1();">
</body
                   no he didnt he just lieing like wtf
                

Comments

Submit
0 Comments